mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
This PR has evolved a lot; jump to the newer version. This should make it easier to handle keepalive messages.
23 lines
646 B
TOML
23 lines
646 B
TOML
[package]
|
|
name = "control_plane"
|
|
version = "0.1.0"
|
|
authors = ["Stas Kelvich <stas@zenith.tech>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.3"
|
|
postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" }
|
|
tokio-postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="a0d067b66447951d1276a53fb09886539c3fa094" }
|
|
|
|
serde = ""
|
|
serde_derive = ""
|
|
toml = ""
|
|
home = "0.5.3"
|
|
lazy_static = ""
|
|
regex = "1"
|
|
|
|
pageserver = { path = "../pageserver" }
|
|
walkeeper = { path = "../walkeeper" }
|