deps: 加入 anyhow 依赖

This commit is contained in:
amtoaer
2024-04-01 21:52:52 +08:00
parent e1a8f744c2
commit 45708e91e8
2 changed files with 8 additions and 0 deletions
Generated
+7
View File
@@ -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",
+1
View File
@@ -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" }