1[package]
2name = "inotify-sys"
3version = "0.1.5"
4authors = ["Hanno Braun <hb@hannobraun.de>"]
5
6description = "inotify bindings for the Rust programming language"
7documentation = "https://docs.rs/inotify-sys"
8repository = "https://github.com/hannobraun/inotify-sys"
9license = "ISC"
10readme = "README.md"
11
12keywords = ["inotify", "linux"]
13categories = ["external-ffi-bindings", "filesystem"]
14exclude = ["/.travis.yml", "/inotify-sys.sublime-project"]
15
16[badges]
17travis-ci = { repository = "inotify-rs/inotify-sys" }
18
19[dependencies]
20libc = "0.2"
21