mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 12:29:04 +08:00
10 lines
251 B
TOML
10 lines
251 B
TOML
[package]
|
|
name = "qemu-rustdesk"
|
|
version = "0.1.0"
|
|
authors = ["rustdesk <info@rustdesk.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
qemu-display = { git = "https://gitlab.com/marcandre.lureau/qemu-display" }
|
|
hbb_common = { path = "../../libs/hbb_common" }
|