mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 16:32:56 +00:00
This makes it possible for the compiler to validate that a match block matched all PostgreSQL versions we support.
13 lines
286 B
TOML
13 lines
286 B
TOML
[package]
|
|
name = "postgres_versioninfo"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
serde_repr.workspace = true
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|