mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
remove simple_rc
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
8f51e021c8
commit
321ada7b91
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -5163,7 +5163,6 @@ dependencies = [
|
|||||||
"sha2",
|
"sha2",
|
||||||
"shared_memory",
|
"shared_memory",
|
||||||
"shutdown_hooks",
|
"shutdown_hooks",
|
||||||
"simple_rc",
|
|
||||||
"sys-locale",
|
"sys-locale",
|
||||||
"system_shutdown",
|
"system_shutdown",
|
||||||
"tao",
|
"tao",
|
||||||
@ -5571,17 +5570,6 @@ version = "0.3.5"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
|
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "simple_rc"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"confy",
|
|
||||||
"hbb_common",
|
|
||||||
"serde 1.0.159",
|
|
||||||
"serde_derive",
|
|
||||||
"walkdir",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "siphasher"
|
name = "siphasher"
|
||||||
version = "0.2.3"
|
version = "0.2.3"
|
||||||
|
@ -149,7 +149,6 @@ winapi = { version = "0.3", features = [ "winnt" ] }
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
hbb_common = { path = "libs/hbb_common" }
|
hbb_common = { path = "libs/hbb_common" }
|
||||||
simple_rc = { path = "libs/simple_rc", optional = true }
|
|
||||||
flutter_rust_bridge_codegen = "1.61.1"
|
flutter_rust_bridge_codegen = "1.61.1"
|
||||||
os-version = "0.2"
|
os-version = "0.2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user