mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 00:42:54 +00:00
* etcd-client is not updated, since we plan to replace it with another client and the new version errors with some missing prost library error * clap had released another major update that requires changing every CLI declaration again, deserves a separate PR
13 lines
278 B
TOML
13 lines
278 B
TOML
[package]
|
|
name = "pageserver_api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_with = "2.0"
|
|
const_format = "0.2.21"
|
|
|
|
utils = { path = "../utils" }
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|