rkvm/input/Cargo.toml
2020-10-23 19:47:57 +02:00

17 lines
491 B
TOML

[package]
name = "input"
version = "0.1.0"
authors = ["Jan Trefil <8711792+htrefil@users.noreply.github.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "0.2.22", features = ["fs", "io-util", "io-driver", "sync", "blocking"] }
mio = { version = "0.6.22" }
libc = "0.2.77"
serde = { version = "1.0.117", features = ["derive"] }
[build-dependencies]
bindgen = "0.55.1"
cc = "1.0.60"