mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
18 lines
436 B
TOML
18 lines
436 B
TOML
[package]
|
|
name = "pageserver_api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_with = "2.0"
|
|
const_format = "0.2.21"
|
|
anyhow = { version = "1.0", features = ["backtrace"] }
|
|
bytes = "1.0.1"
|
|
byteorder = "1.4.3"
|
|
|
|
utils = { path = "../utils" }
|
|
postgres_ffi = { path = "../postgres_ffi" }
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|