mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
Removes additional async_trait usages from safekeeper and neon_local. Also removes now redundant dependencies of the `async_trait` crate. cc earlier work: #6305, #6464, #7303, #7342, #7212, #8296
23 lines
573 B
TOML
23 lines
573 B
TOML
[package]
|
|
name = "storage_controller_client"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pageserver_api.workspace = true
|
|
pageserver_client.workspace = true
|
|
thiserror.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
|