mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-16 20:50:37 +00:00
25 lines
536 B
TOML
25 lines
536 B
TOML
[package]
|
|
name = "wal_decoder"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[features]
|
|
testing = ["pageserver_api/testing"]
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
pageserver_api.workspace = true
|
|
prost.workspace = true
|
|
postgres_ffi.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tonic.workspace = true
|
|
tracing.workspace = true
|
|
utils.workspace = true
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|
|
|
|
[build-dependencies]
|
|
tonic-build.workspace = true
|