summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fd7bc254f1e5417eb5854e6228703ccc8887eb06 (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.3"
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"