initial commit
This commit is contained in:
commit
9f1e3bfcef
4 changed files with 680 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Loading…
Add table
Reference in a new issue