mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
Part of getpage@lsn benchmark epic: https://github.com/neondatabase/neon/issues/5771 Stacked atop https://github.com/neondatabase/neon/pull/6145
23 lines
559 B
TOML
23 lines
559 B
TOML
[package]
|
|
name = "pageserver_client"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pageserver_api.workspace = true
|
|
thiserror.workspace = true
|
|
async-trait.workspace = true
|
|
reqwest.workspace = true
|
|
utils.workspace = true
|
|
serde.workspace = true
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|
|
tokio-postgres.workspace = true
|
|
tokio-stream.workspace = true
|
|
tokio.workspace = true
|
|
futures.workspace = true
|
|
tokio-util.workspace = true
|
|
anyhow.workspace = true
|
|
postgres.workspace = true
|
|
bytes.workspace = true
|