mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
25 lines
524 B
TOML
25 lines
524 B
TOML
[package]
|
|
name = "postgres_backend"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
rustls.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
tokio-rustls.workspace = true
|
|
tracing.workspace = true
|
|
|
|
pq_proto.workspace = true
|
|
|
|
[dev-dependencies]
|
|
once_cell.workspace = true
|
|
rustls-pemfile.workspace = true
|
|
tokio-postgres.workspace = true
|
|
tokio-postgres-rustls.workspace = true
|