mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 03:50:37 +00:00
21 lines
461 B
TOML
21 lines
461 B
TOML
[package]
|
|
name = "compute_api"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
chrono.workspace = true
|
|
indexmap.workspace = true
|
|
jsonwebtoken.workspace = true
|
|
postgres.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio-postgres.workspace = true
|
|
url.workspace = true
|
|
regex.workspace = true
|
|
|
|
utils = { path = "../utils" }
|
|
remote_storage = { version = "0.1", path = "../remote_storage/" }
|