Files
nym/common/async-file-watcher/Cargo.toml
T
Jędrzej Stuczyński 5761f9ac7f file watcher
2023-03-31 12:15:45 +01:00

13 lines
282 B
TOML

[package]
name = "async-file-watcher"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
tokio = { workspace = true, features = ["time"] }
futures = "0.3"
notify = "5.1.0"