mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 12:32:54 +00:00
16 lines
334 B
TOML
16 lines
334 B
TOML
[package]
|
|
name = "compute_api"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
chrono.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
regex.workspace = true
|
|
|
|
utils = { path = "../utils" }
|
|
remote_storage = { version = "0.1", path = "../remote_storage/" }
|