mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
28 lines
606 B
TOML
28 lines
606 B
TOML
[package]
|
|
name = "postgres_backend"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
futures.workspace = true
|
|
ring.workspace = true
|
|
rustls.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
tokio-postgres.workspace = true
|
|
tokio-rustls.workspace = true
|
|
tracing.workspace = true
|
|
|
|
pq_proto.workspace = true
|
|
workspace_hack.workspace = true
|
|
|
|
[dev-dependencies]
|
|
once_cell.workspace = true
|
|
rustls-pemfile.workspace = true
|
|
# tokio-postgres-rustls.workspace = true
|