0g-storage-node/node/storage-async/Cargo.toml
0g-peterzhb f4d5228234
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
@peter/detailed metrics (#256)
* add detailed metrics for storage layer
2024-11-13 17:07:34 +08:00

14 lines
383 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"
eth2_ssz = "0.4.0"
backtrace = "0.3"