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

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