0g-storage-node/node/storage-async/Cargo.toml
MiniFrenchBread 0047ab22d4
chore: update dependency (#39)
* chore: update dependency

* chore: update dependency
2024-04-08 13:54:01 +08:00

12 lines
346 B
TOML

[package]
name = "storage-async"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { version = "1.0.58", features = ["backtrace"] }
shared_types = { path = "../shared_types" }
storage = { path = "../storage" }
task_executor = { path = "../../common/task_executor" }
tokio = { version = "1.19.2", features = ["sync"] }
tracing = "0.1.35"