From 0ab264df1af99cf234268d1ce22d8310fb925ef7 Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 30 May 2025 20:31:40 -0400 Subject: [PATCH 1/2] 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" From 8a3a3dc099c1549f043df8601f97340529fdf454 Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 30 May 2025 20:32:10 -0400 Subject: [PATCH 2/2] chore: add license to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 997ba5d..7072194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,4 @@ version = "0.1.0" edition = "2024" authors = ["trisuaso"] repository = "https://trisua.com/t/bberry.git" +license = "AGPL-3.0-or-later"