Files
neon/pageserver/communicator_pools/client_cache/Cargo.toml
2025-06-20 10:18:17 -07:00

21 lines
424 B
TOML

[package]
name = "client_cache"
edition.workspace = true
license.workspace = true
[dependencies]
async-trait.workspace = true
bytes.workspace = true
futures.workspace = true
hyper-util.workspace = true
http.workspace = true
priority-queue = "2.3.1"
rand.workspace = true
tonic.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tower.workspace = true
uuid.workspace = true
workspace_hack.workspace = true