mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
30 lines
673 B
TOML
30 lines
673 B
TOML
[package]
|
|
name = "pg_sni_router"
|
|
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
|
|
clap.workspace = true
|
|
futures.workspace = true
|
|
git-version.workspace = true
|
|
itertools.workspace = true
|
|
pq_proto.workspace = true
|
|
rustls-pemfile.workspace = true
|
|
rustls.workspace = true
|
|
socket2.workspace = true
|
|
tokio-util.workspace = true
|
|
tokio = { workspace = true, features = ["signal"] }
|
|
tracing-utils.workspace = true
|
|
tracing.workspace = true
|
|
utils.workspace = true
|
|
uuid.workspace = true
|