summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8761c63b69b2c9dc6bd16dddfd00974d265cacf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "evremap"
version = "0.1.0"
authors = ["Wez Furlong"]
edition = "2018"

[dependencies]
evdev-rs = "0.6.1"
anyhow = "1.0"
log = "0.4"
pretty_env_logger = "0.3"
structopt = "0.3"
serde = { version="1.0", features=["derive"]}
thiserror = "1.0"
toml = "0.5"
libc = "0.2"