mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
This makes it possible for the compiler to validate that a match block matched all PostgreSQL versions we support.
14 lines
323 B
TOML
14 lines
323 B
TOML
[package]
|
|
name = "postgres_initdb"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
tokio.workspace = true
|
|
camino.workspace = true
|
|
thiserror.workspace = true
|
|
postgres_versioninfo.workspace = true
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|