watchexec/Cargo.toml
2016-09-14 09:30:59 -04:00

9 lines
189 B
TOML

[package]
name = "dirwatcher"
version = "0.1.0"
authors = ["Matt Green <mattgreenrocks@gmail.com>"]
[dependencies]
notify = { git = "https://github.com/passcod/rsnotify" }
libc = "0.2.16"