mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
21 lines
375 B
TOML
21 lines
375 B
TOML
[package]
|
|
name = "pageserver_page_api"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
|
|
# For Lsn.
|
|
#
|
|
# TODO: move Lsn to separate crate? This draws in a lot more dependencies
|
|
utils.workspace = true
|
|
|
|
bytes.workspace = true
|
|
prost.workspace = true
|
|
smallvec.workspace = true
|
|
thiserror.workspace = true
|
|
tonic.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-build.workspace = true
|