mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
14 lines
358 B
TOML
14 lines
358 B
TOML
[package]
|
|
name = "qemu-rustdesk"
|
|
version = "0.1.0"
|
|
authors = ["rustdesk <info@rustdesk.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
|
|
hbb_common = { path = "../../libs/hbb_common" }
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
zbus = { version = "3.14.1" }
|
|
image = "0.24"
|
|
async-trait = "0.1"
|