mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
23 lines
602 B
TOML
23 lines
602 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/kelvich/rust-postgres", branch = "replication_rebase" }
|
|
tokio-postgres = { git = "https://github.com/kelvich/rust-postgres", branch = "replication_rebase" }
|
|
|
|
serde = ""
|
|
serde_derive = ""
|
|
toml = ""
|
|
home = "0.5.3"
|
|
lazy_static = ""
|
|
regex = "1"
|
|
|
|
pageserver = { path = "../pageserver" }
|
|
walkeeper = { path = "../walkeeper" }
|