From 0ab264df1af99cf234268d1ce22d8310fb925ef7 Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 30 May 2025 20:31:40 -0400 Subject: [PATCH] chore: add missing Cargo fields --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 511b829..997ba5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,7 @@ [package] name = "bberry" +description = "lisp-like dsl which \"compiles\" into html" version = "0.1.0" edition = "2024" +authors = ["trisuaso"] +repository = "https://trisua.com/t/bberry.git"