qemu-display/qemu-vnc/Cargo.toml
Marc-André Lureau 5b428adace Bump zbus & clap
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2022-09-28 18:32:17 +04:00

20 lines
511 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 = { path = "../qemu-display" }
keycodemap = { path ="../keycodemap" }
vnc = "0.4.0"
clap = { version = "3.2", features = ["derive"] }
zbus = { version = "3.0" }
libc = "0.2.86"
image = "0.23.14"
derivative = "2.2.0"
async-io = "1.3.1"
async-trait = "0.1.48"