1 | [package] |
2 | name = "libudev-sys" |
3 | version = "0.1.4" |
4 | authors = ["David Cuddeback <david.cuddeback@gmail.com>" ] |
5 | description = "FFI bindings to libudev" |
6 | license = "MIT" |
7 | homepage = "https://github.com/dcuddeback/libudev-sys" |
8 | repository = "https://github.com/dcuddeback/libudev-sys" |
9 | readme = "README.md" |
10 | keywords = ["udev" , "hardware" , "bindings" , "sysfs" , "systemd" ] |
11 | |
12 | build = "build.rs" |
13 | links = "libudev" |
14 | |
15 | [dependencies] |
16 | libc = "0.2" |
17 | |
18 | [build-dependencies] |
19 | pkg-config = "0.3.2" |
20 | |