mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 04:52:55 +00:00
11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "safekeeper_api"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
const_format.workspace = true
|
|
utils.workspace = true
|