bberry/Cargo.toml

9 lines
220 B
TOML
Raw Permalink Normal View History

2025-05-30 20:29:49 -04:00
[package]
name = "bberry"
2025-05-30 20:31:40 -04:00
description = "lisp-like dsl which \"compiles\" into html"
2025-05-31 12:42:23 -04:00
version = "0.2.0"
2025-05-30 20:29:49 -04:00
edition = "2024"
2025-05-30 20:31:40 -04:00
authors = ["trisuaso"]
repository = "https://trisua.com/t/bberry.git"
2025-05-30 20:32:10 -04:00
license = "AGPL-3.0-or-later"