evdev-rs/Cargo.toml

20 lines
380 B
TOML
Raw Normal View History

2015-05-29 18:57:46 +00:00
[package]
name = "evdev"
version = "0.1.0"
authors = ["Corey Richardson <corey@octayn.net>"]
description = "evdev interface for Linux"
license = "BSL-1.0/Apache-2.0"
repository = "https://github.com/cmr/evdev"
documentation = "https://cmr.github.io/evdev"
[dependencies]
2015-07-21 09:38:58 +00:00
ioctl = "0.3.3"
bitflags = "*"
errno = "*"
libc = "*"
fixedbitset = "*"
num = "*"
2015-05-29 18:57:46 +00:00
[features]
unstable = []