mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-06 07:57:12 +08:00
deps: 加入 anyhow 依赖
This commit is contained in:
Generated
+7
@@ -125,6 +125,12 @@ dependencies = [
|
|||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "anyhow"
|
||||||
|
version = "1.0.81"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.7.4"
|
version = "0.7.4"
|
||||||
@@ -396,6 +402,7 @@ dependencies = [
|
|||||||
name = "bili-sync"
|
name = "bili-sync"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"anyhow",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
"chrono",
|
"chrono",
|
||||||
"cookie 0.18.0",
|
"cookie 0.18.0",
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ toml = "0.8.12"
|
|||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
|
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
|
||||||
once_cell = "1.19.0"
|
once_cell = "1.19.0"
|
||||||
|
anyhow = "1.0.81"
|
||||||
entity = { path = "entity" }
|
entity = { path = "entity" }
|
||||||
migration = { path = "migration" }
|
migration = { path = "migration" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user