mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 00:20:37 +00:00
22 lines
442 B
TOML
22 lines
442 B
TOML
[package]
|
|
name = "client_cache"
|
|
version = "0.1.0"
|
|
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
|
|
|