mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
19 lines
557 B
TOML
19 lines
557 B
TOML
[package]
|
|
name = "zenith"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = "3.0"
|
|
anyhow = "1.0"
|
|
serde_json = "1"
|
|
postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="2949d98df52587d562986aad155dd4e889e408b7" }
|
|
|
|
# FIXME: 'pageserver' is needed for BranchInfo. Refactor
|
|
pageserver = { path = "../pageserver" }
|
|
control_plane = { path = "../control_plane" }
|
|
walkeeper = { path = "../walkeeper" }
|
|
postgres_ffi = { path = "../postgres_ffi" }
|
|
zenith_utils = { path = "../zenith_utils" }
|
|
workspace_hack = { path = "../workspace_hack" }
|