qemu-display/qemu-rdw/Cargo.toml
Marc-André Lureau cbe0cf891c qemu-rdw: use the shared library
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-11-02 17:02:50 +04:00

20 lines
553 B
TOML

[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"
zbus = { version = "2.0.0-beta.7" }
qemu-display = { path = "../qemu-display" }
keycodemap = { path = "../keycodemap" }
rdw = { package = "rdw4", version = "0.1.0", features = ["bindings"] }
futures-util = "0.3.13"
futures = "0.3.13"
async-trait = "0.1.48"