todo:download

This commit is contained in:
weisd
2024-07-22 11:47:29 +08:00
parent 1a6fa86fc2
commit 89cc7641cb
4 changed files with 109 additions and 2 deletions
Generated
+12
View File
@@ -334,6 +334,7 @@ dependencies = [
"thiserror",
"time",
"tokio",
"tokio-stream",
"tokio-util",
"tracing",
"tracing-error",
@@ -1409,6 +1410,17 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio-stream"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.11"