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"