mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
35 lines
854 B
TOML
35 lines
854 B
TOML
[package]
|
|
name = "proxy"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
testing = []
|
|
|
|
[dependencies]
|
|
proxy-sasl = { version = "0.1", path = "../sasl" }
|
|
proxy-core = { version = "0.1", path = "../core" }
|
|
|
|
anyhow.workspace = true
|
|
aws-config.workspace = true
|
|
clap.workspace = true
|
|
futures.workspace = true
|
|
git-version.workspace = true
|
|
humantime.workspace = true
|
|
itertools.workspace = true
|
|
metrics.workspace = true
|
|
pq_proto.workspace = true
|
|
remote_storage = { version = "0.1", path = "../../libs/remote_storage/" }
|
|
rustls-pemfile.workspace = true
|
|
rustls.workspace = true
|
|
socket2.workspace = true
|
|
tikv-jemallocator.workspace = true
|
|
tokio-util.workspace = true
|
|
tokio = { workspace = true, features = ["signal"] }
|
|
tracing-utils.workspace = true
|
|
tracing.workspace = true
|
|
utils.workspace = true
|
|
uuid.workspace = true
|