deps: 加入 anyhow 依赖
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -125,6 +125,12 @@ dependencies = [
|
||||
"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]]
|
||||
name = "arrayvec"
|
||||
version = "0.7.4"
|
||||
@@ -396,6 +402,7 @@ dependencies = [
|
||||
name = "bili-sync"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-stream",
|
||||
"chrono",
|
||||
"cookie 0.18.0",
|
||||
|
||||
@@ -37,6 +37,7 @@ toml = "0.8.12"
|
||||
futures = "0.3.30"
|
||||
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
|
||||
once_cell = "1.19.0"
|
||||
anyhow = "1.0.81"
|
||||
entity = { path = "entity" }
|
||||
migration = { path = "migration" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user