e5e7332952
nix 0.9's ioctl macro works with buffers now.
18 lines
378 B
TOML
18 lines
378 B
TOML
[package]
|
|
name = "evdev"
|
|
version = "0.10.1"
|
|
authors = ["Corey Richardson <corey@octayn.net>"]
|
|
description = "evdev interface for Linux"
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/cmr/evdev"
|
|
documentation = "https://docs.rs/evdev"
|
|
|
|
[dependencies]
|
|
bitflags = "0.8.2"
|
|
libc = "0.2.22"
|
|
fixedbitset = "0.1.6"
|
|
num = "0.1.37"
|
|
nix = "0.9.0"
|
|
|
|
[features]
|
|
unstable = []
|