[package] name = "control_plane" version = "0.1.0" edition = "2021" [dependencies] tar = "0.4.33" postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="2949d98df52587d562986aad155dd4e889e408b7" } serde = { version = "1.0", features = ["derive"] } serde_with = "1.12.0" toml = "0.5" lazy_static = "1.4" regex = "1" anyhow = "1.0" thiserror = "1" nix = "0.23" url = "2.2.2" reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } pageserver = { path = "../pageserver" } walkeeper = { path = "../walkeeper" } zenith_utils = { path = "../zenith_utils" } workspace_hack = { path = "../workspace_hack" }