feat: 增加 RocksDB 检查点备份和恢复
This commit is contained in:
Generated
+7
@@ -656,6 +656,7 @@ dependencies = [
|
||||
"blake3",
|
||||
"clap",
|
||||
"dht-crawler",
|
||||
"dunce",
|
||||
"fs2",
|
||||
"hex",
|
||||
"regex",
|
||||
@@ -716,6 +717,12 @@ version = "2.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
|
||||
|
||||
[[package]]
|
||||
name = "dunce"
|
||||
version = "1.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.17.0"
|
||||
|
||||
Reference in New Issue
Block a user