mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 18:15:18 +00:00
0047ab22d4
* chore: update dependency * chore: update dependency
16 lines
422 B
TOML
16 lines
422 B
TOML
[package]
|
|
name = "chunk_pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.58", features = ["backtrace"] }
|
|
shared_types = { path = "../shared_types" }
|
|
storage-async = { path = "../storage-async" }
|
|
log_entry_sync = { path = "../log_entry_sync" }
|
|
network = { path = "../network" }
|
|
tokio = { version = "1.19.2", features = ["sync"] }
|
|
async-lock = "2.5.0"
|
|
hashlink = "0.8.0"
|
|
tracing = "0.1.35"
|