mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
12 lines
347 B
TOML
12 lines
347 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" |