mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
18 lines
440 B
TOML
18 lines
440 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
|
|
tokio = { version = "1.43.1", features = ["macros", "net", "io-util", "rt", "rt-multi-thread"] }
|
|
uuid = { version = "1", features = ["v4"] }
|
|
|
|
pageserver_page_api.workspace = true
|
|
utils.workspace = true
|