This commit is contained in:
2025-01-27 00:00:47 -08:00
commit 485e657296
21 changed files with 1548 additions and 0 deletions

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "bunbun_dev"
version = "0.1.0"
edition = "2021"
[dependencies]
fluffle = { git = "https://codeberg.org/bunbun/fluffle", features = [] }
markdown = "1.0.0-alpha.21"