Files
nym/common/async-file-watcher/Cargo.toml
T
2024-05-20 13:16:25 +02:00

14 lines
362 B
TOML

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