remove simple_rc

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-04-17 14:30:30 +08:00
parent 8f51e021c8
commit 321ada7b91
2 changed files with 0 additions and 13 deletions

12
Cargo.lock generated
View File

@ -5163,7 +5163,6 @@ dependencies = [
"sha2",
"shared_memory",
"shutdown_hooks",
"simple_rc",
"sys-locale",
"system_shutdown",
"tao",
@ -5571,17 +5570,6 @@ version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
[[package]]
name = "simple_rc"
version = "0.1.0"
dependencies = [
"confy",
"hbb_common",
"serde 1.0.159",
"serde_derive",
"walkdir",
]
[[package]]
name = "siphasher"
version = "0.2.3"

View File

@ -149,7 +149,6 @@ winapi = { version = "0.3", features = [ "winnt" ] }
[build-dependencies]
cc = "1.0"
hbb_common = { path = "libs/hbb_common" }
simple_rc = { path = "libs/simple_rc", optional = true }
flutter_rust_bridge_codegen = "1.61.1"
os-version = "0.2"