mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
15 lines
273 B
TOML
15 lines
273 B
TOML
[package]
|
|
name = "socket_cs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
hbb_common = { path = "../hbb_common" }
|
|
async-trait = "0.1"
|
|
|
|
|
|
[dev-dependencies]
|
|
clap = "2.33"
|