watchexec/Cargo.toml

9 lines
189 B
TOML
Raw Normal View History

2016-09-14 15:30:59 +02:00
[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"