rust-search-extension/manage/Cargo.toml
2023-01-07 11:17:03 +08:00

12 lines
304 B
TOML

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