mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
33 lines
651 B
TOML
33 lines
651 B
TOML
[package]
|
|
name = "postgres_ffi"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
regex.workspace = true
|
|
bytes.workspace = true
|
|
anyhow.workspace = true
|
|
crc32c.workspace = true
|
|
once_cell.workspace = true
|
|
pprof.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
postgres_ffi_types.workspace = true
|
|
utils.workspace = true
|
|
tracing.workspace = true
|
|
postgres_versioninfo.workspace = true
|
|
|
|
[dev-dependencies]
|
|
criterion.workspace = true
|
|
env_logger.workspace = true
|
|
postgres.workspace = true
|
|
|
|
[build-dependencies]
|
|
anyhow.workspace = true
|
|
bindgen.workspace = true
|
|
|
|
[[bench]]
|
|
name = "waldecoder"
|
|
harness = false
|