mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
This makes it possible for the compiler to validate that a match block matched all PostgreSQL versions we support.
18 lines
387 B
TOML
18 lines
387 B
TOML
[package]
|
|
name = "safekeeper_api"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
const_format.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
postgres_ffi.workspace = true
|
|
postgres_versioninfo.workspace = true
|
|
pq_proto.workspace = true
|
|
tokio.workspace = true
|
|
utils.workspace = true
|
|
pageserver_api.workspace = true
|