initial commit

This commit is contained in:
DarkCat09 2024-10-22 16:17:17 +04:00
commit 9f1e3bfcef
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82
4 changed files with 680 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "builder"
version = "0.1.0"
edition = "2021"
[dependencies]
lightningcss = { version = "1.0.0-alpha.59", default-features = false, features = ["grid"] }
pulldown-cmark = { version = "0.12.2", default-features = false, features = ["pulldown-cmark-escape"] }
walkdir = "2.5.0"