notify/Cargo.toml

12 lines
253 B
TOML
Raw Normal View History

2022-02-25 01:52:50 +00:00
[package]
name = "notify"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
jive = { git = "https://git.asonix.dog/safe-async/jive" }