inotify-run/Cargo.toml

12 lines
267 B
TOML
Raw Normal View History

2023-10-05 21:56:34 -04:00
[package]
name = "inotify-run"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive"] }
notify = "6.1.1"