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

View File

@@ -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" }