Files
neon/libs/safekeeper_api/Cargo.toml
Arseny Sher ce8eb089f3 Extract public sk types to safekeeper_api (#10137)
## Problem

We want to extract safekeeper http client to separate crate for use in
storage controller and neon_local. However, many types used in the API
are internal to safekeeper.

## Summary of changes

Move them to safekeeper_api crate. No functional changes.

ref https://github.com/neondatabase/neon/issues/9011
2024-12-13 14:06:27 +00:00

14 lines
273 B
TOML

[package]
name = "safekeeper_api"
version = "0.1.0"
edition.workspace = true
license.workspace = true
[dependencies]
const_format.workspace = true
serde.workspace = true
postgres_ffi.workspace = true
pq_proto.workspace = true
tokio.workspace = true
utils.workspace = true