mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 12:02:55 +00:00
17 lines
441 B
TOML
17 lines
441 B
TOML
[package]
|
|
name = "zenith"
|
|
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]
|
|
clap = "2.33.0"
|
|
anyhow = "1.0"
|
|
|
|
# FIXME: 'pageserver' is needed for ZTimelineId. Refactor
|
|
pageserver = { path = "../pageserver" }
|
|
control_plane = { path = "../control_plane" }
|
|
postgres_ffi = { path = "../postgres_ffi" }
|