0g-storage-node/node/file_location_cache/Cargo.toml
MiniFrenchBread 085c34beb0
feat: file location admin rpc; refactor: all_shards_available (#134)
* feat: find file rpc

* refactor: all_shards_available

* fix: fmt

* chore: remove rpc trace
2024-07-19 11:55:18 +08:00

16 lines
358 B
TOML

[package]
name = "file_location_cache"
version = "0.1.0"
edition = "2021"
[dependencies]
hashlink = "0.8.0"
network = { path = "../network" }
storage = { path = "../storage" }
parking_lot = "0.12.1"
rand = "0.8.5"
tracing = "0.1.35"
priority-queue = "1.2.3"
shared_types = { path = "../shared_types" }
serde = { version = "1.0.137", features = ["derive"] }