evdev-rs/Cargo.toml

16 lines
359 B
TOML
Raw Normal View History

2015-05-29 18:57:46 +00:00
[package]
name = "evdev"
version = "0.11.0-alpha.4"
2015-05-29 18:57:46 +00:00
authors = ["Corey Richardson <corey@octayn.net>"]
description = "evdev interface for Linux"
license = "Apache-2.0 OR MIT"
2015-05-29 18:57:46 +00:00
repository = "https://github.com/cmr/evdev"
documentation = "https://docs.rs/evdev"
edition = "2018"
2015-05-29 18:57:46 +00:00
[dependencies]
libc = "0.2.22"
2021-02-24 01:02:10 +00:00
bitvec = "0.21"
nix = "0.19.0"
thiserror = "1.0.24"