0g-storage-node/node/storage-async/Cargo.toml

12 lines
346 B
TOML
Raw Normal View History

2024-01-03 10:24:52 +00:00
[package]
name = "storage-async"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { version = "1.0.58", features = ["backtrace"] }
2024-01-03 10:24:52 +00:00
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"