sharenet/backend/crates/sharenet-api-postgres/Cargo.toml
continuist 376808431a
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 9m0s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Podman Rootless Demo / test-backend (pull_request) Has been skipped
Podman Rootless Demo / test-frontend (pull_request) Has been skipped
Podman Rootless Demo / build-backend (pull_request) Has been skipped
Podman Rootless Demo / build-frontend (pull_request) Failing after 8m29s
Podman Rootless Demo / deploy-prod (pull_request) Has been skipped
Add remaining files for feature
2025-11-01 10:31:10 -04:00

18 lines
No EOL
542 B
TOML

[package]
name = "sharenet-api-postgres"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
domain = { path = "../domain" }
api = { path = "../api" }
application = { path = "../application" }
postgres = { path = "../postgres" }
clap = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["full", "macros", "rt-multi-thread"] }
anyhow = { workspace = true }
sqlx = { workspace = true }
dotenvy = { workspace = true }
utils = { path = "../utils" }