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

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