mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-09 09:30:02 +00:00
20 lines
483 B
TOML
20 lines
483 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.workspace = true
|
|
keycodemap.workspace = true
|
|
vnc = "0.4.0"
|
|
clap = { version = "3.2", features = ["derive"] }
|
|
zbus.workspace = true
|
|
libc = "0.2.155"
|
|
image = "0.23.14"
|
|
derivative = "2.2.0"
|
|
async-io = "1.13.0"
|
|
async-trait = "0.1.80"
|