rust-search-extension/manage/Cargo.toml

13 lines
304 B
TOML
Raw Permalink Normal View History

[package]
2021-07-10 07:58:22 +00:00
name = "build_manage"
version = "0.1.0"
authors = ["Folyd <lyshuhow@gmail.com>"]
2021-11-29 14:15:03 +00:00
edition = "2021"
2022-10-29 15:50:40 +00:00
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-07 03:17:03 +00:00
minijinja = { version = "0", features = ["source"] }
2021-07-10 07:58:22 +00:00
notify = "4"