mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
12 lines
304 B
TOML
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"
|