mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-29 12:27:28 +00:00
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
* debug log on the padding index * add node hash rpc * debug api * fix data race on seal vs batch * lint
15 lines
439 B
TOML
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" |