mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
13 lines
227 B
TOML
13 lines
227 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
|
|
|
|
workspace_hack.workspace = true
|