14 lines
357 B
TOML
14 lines
357 B
TOML
[package]
|
|
name = "dc09rs"
|
|
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"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = "fat"
|
|
panic = "abort"
|