evdev-rs/Cargo.toml
Corey Richardson ee5bab2689 Bump version
2015-07-21 12:06:18 -04:00

20 lines
380 B
TOML

[package]
name = "evdev"
version = "0.9.2"
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]
ioctl = "0.3.3"
bitflags = "*"
errno = "*"
libc = "*"
fixedbitset = "*"
num = "*"
[features]
unstable = []