bberry/Cargo.toml

8 lines
190 B
TOML
Raw 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-30 20:29:49 -04:00
version = "0.1.0"
edition = "2024"
2025-05-30 20:31:40 -04:00
authors = ["trisuaso"]
repository = "https://trisua.com/t/bberry.git"