Compare commits

..

2 commits

Author SHA1 Message Date
8a3a3dc099 chore: add license to Cargo.toml 2025-05-30 20:32:10 -04:00
0ab264df1a chore: add missing Cargo fields 2025-05-30 20:31:40 -04:00

View file

@ -1,4 +1,8 @@
[package] [package]
name = "bberry" name = "bberry"
description = "lisp-like dsl which \"compiles\" into html"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
authors = ["trisuaso"]
repository = "https://trisua.com/t/bberry.git"
license = "AGPL-3.0-or-later"