支持断点续传

This commit is contained in:
zqm
2026-04-08 14:39:36 +08:00
parent acfc82f04b
commit 8df4f6c473
3 changed files with 112 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ dependencies = [
"chrono",
"cube_lib",
"dirs",
"md5",
"serde",
"serde_json",
"tokio",
@@ -609,6 +610,12 @@ dependencies = [
"regex-automata",
]
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
version = "2.8.0"