mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
14 lines
301 B
TOML
14 lines
301 B
TOML
[package]
|
|
name = "safekeeper_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"
|
|
|
|
utils = { path = "../utils" }
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|