qemu-display/qemu-vnc/Cargo.toml
Marc-André Lureau 7866b11456 vnc: update to async Console
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-04-19 17:52:01 +04:00

19 lines
485 B
TOML

[package]
name = "qemu-vnc"
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]
qemu-display-listener = { path = "../qemu-display-listener" }
keycodemap = { path ="../keycodemap" }
vnc = "0.4.0"
clap = "3.0.0-beta.2"
zbus = { version = "2.0.0-beta" }
libc = "0.2.86"
image = "0.23.14"
derivative = "2.2.0"
async-io = "1.3.1"