mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 20:10:38 +00:00
16 lines
299 B
TOML
16 lines
299 B
TOML
[package]
|
|
name = "pageserver_client_grpc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bytes.workspace = true
|
|
futures.workspace = true
|
|
http.workspace = true
|
|
thiserror.workspace = true
|
|
tonic.workspace = true
|
|
tracing.workspace = true
|
|
|
|
pageserver_page_api.workspace = true
|
|
utils.workspace = true
|