mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
16 lines
349 B
TOML
16 lines
349 B
TOML
[package]
|
|
name = "pq_proto"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
bytes.workspace = true
|
|
byteorder.workspace = true
|
|
itertools.workspace = true
|
|
postgres-protocol.workspace = true
|
|
rand.workspace = true
|
|
tokio = { workspace = true, features = ["io-util"] }
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|