rustdesk/vdi/host/Cargo.toml

14 lines
358 B
TOML
Raw Normal View History

2023-02-25 18:39:27 +08:00
[package]
name = "qemu-rustdesk"
version = "0.1.0"
authors = ["rustdesk <info@rustdesk.com>"]
edition = "2021"
[dependencies]
2023-03-21 21:30:10 +08:00
qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
2023-02-26 18:49:07 +08:00
hbb_common = { path = "../../libs/hbb_common" }
2023-03-21 21:30:10 +08:00
clap = { version = "4.1", features = ["derive"] }
zbus = { version = "3.14.1" }
2023-03-21 21:30:10 +08:00
image = "0.24"
async-trait = "0.1"