0g-storage-node/node/storage-async/Cargo.toml
0g-peterzhb 5a94554799
Some checks failed
abi-consistent-check / build-and-compare (push) Has been cancelled
code-coverage / unittest-cov (push) Has been cancelled
rust / check (push) Has been cancelled
rust / test (push) Has been cancelled
rust / lints (push) Has been cancelled
functional-test / test (push) Has been cancelled
@peter/fix pad rear data (#400)
* debug log on the padding index

* add node hash rpc

* debug api

* fix data race on seal vs batch

* lint
2025-11-26 16:01:58 +08:00

15 lines
439 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" }
append_merkle = { path = "../../common/append_merkle" }
tokio = { version = "1.19.2", features = ["sync"] }
tracing = "0.1.35"
eth2_ssz = "0.4.0"
backtrace = "0.3"