summaryrefslogtreecommitdiffstats
path: root/examples/watch/Cargo.toml
blob: e3245cb090f0f8764b126e822fcfd6116e588864 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "watch"
version = "0.1.0"
edition = "2018"

[dependencies]
config = { path = "../../" }
lazy_static = "1"
notify = "^4.0.0"