10 lines
293 B
TOML
10 lines
293 B
TOML
|
[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"
|