2021-04-14 10:51:22 +00:00
|
|
|
[package]
|
|
|
|
name = "qemu-rdw"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.4"
|
|
|
|
pretty_env_logger = "0.4"
|
|
|
|
once_cell = "1.5"
|
2021-10-11 20:33:55 +00:00
|
|
|
zbus = { version = "2.0.0-beta.7" }
|
2021-09-20 12:52:03 +00:00
|
|
|
qemu-display = { path = "../qemu-display" }
|
2021-04-14 10:51:22 +00:00
|
|
|
keycodemap = { path = "../keycodemap" }
|
2021-11-02 13:02:50 +00:00
|
|
|
rdw = { package = "rdw4", version = "0.1.0", features = ["bindings"] }
|
2021-04-21 07:41:48 +00:00
|
|
|
futures-util = "0.3.13"
|
2021-08-20 17:26:26 +00:00
|
|
|
futures = "0.3.13"
|
2021-09-20 12:52:03 +00:00
|
|
|
async-trait = "0.1.48"
|