rust-search-extension/manage/Cargo.toml
2021-11-29 22:15:03 +08:00

12 lines
305 B
TOML

[package]
name = "build_manage"
version = "0.1.0"
authors = ["Folyd <lyshuhow@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify = "4"
sass-rs = "0.2"
tera = { version = "1.12", default-features = false }