mirror of
https://github.com/htrefil/rkvm.git
synced 2025-02-12 08:48:12 +01:00
15 lines
354 B
TOML
15 lines
354 B
TOML
![]() |
[package]
|
||
|
name = "input"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Jan Trefil <trefil@cross.cz>"]
|
||
|
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 = ["full"] }
|
||
|
mio = { version = "0.6.22" }
|
||
|
libc = "0.2.77"
|
||
|
|
||
|
[build-dependencies]
|
||
|
bindgen = "0.55.1"
|