mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
117bbb3409
Signed-off-by: fufesou <shuanglongchen@yeah.net>
17 lines
333 B
TOML
17 lines
333 B
TOML
[package]
|
|
name = "virtual_display"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.30"
|
|
lazy_static = "1.4"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
hbb_common = { path = "../hbb_common" }
|