2021-02-25 11:58:24 +00:00
|
|
|
[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]
|
2021-08-15 20:11:18 +00:00
|
|
|
qemu-display = { path = "../qemu-display" }
|
2021-03-08 10:39:53 +00:00
|
|
|
keycodemap = { path ="../keycodemap" }
|
2021-02-25 11:58:24 +00:00
|
|
|
vnc = "0.4.0"
|
|
|
|
clap = "3.0.0-beta.2"
|
2021-10-11 20:33:55 +00:00
|
|
|
zbus = { version = "2.0.0-beta.7" }
|
2021-02-25 11:58:24 +00:00
|
|
|
libc = "0.2.86"
|
2021-03-07 20:52:27 +00:00
|
|
|
image = "0.23.14"
|
2021-03-08 10:39:53 +00:00
|
|
|
derivative = "2.2.0"
|
2021-04-19 13:52:01 +00:00
|
|
|
async-io = "1.3.1"
|
2021-09-20 12:52:03 +00:00
|
|
|
async-trait = "0.1.48"
|