mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-29 16:49:10 +08:00
2081113bed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
14 lines
323 B
TOML
14 lines
323 B
TOML
[package]
|
|
name = "simple_rc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde_derive = "1.0"
|
|
serde = "1.0"
|
|
walkdir = "2"
|
|
confy = { git = "https://github.com/open-trade/confy" }
|
|
hbb_common = { path = "../hbb_common" }
|