mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
20 lines
423 B
TOML
20 lines
423 B
TOML
[package]
|
|
name = "proxy"
|
|
version = "0.1.0"
|
|
authors = ["Stas Kelvich <stas.kelvich@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
bytes = { version = "1.0.1", features = ['serde'] }
|
|
md5 = "0.7.0"
|
|
rand = "0.8.3"
|
|
hex = "0.4.3"
|
|
|
|
tokio = "1.7.1"
|
|
tokio-postgres = "0.7.2"
|
|
|
|
zenith_utils = { path = "../zenith_utils" }
|