Files
movies-diary/crates/adapters/postgres-federation/Cargo.toml
Gabriel Kaszewski 51bd580a04
Some checks failed
CI / Check / Test (push) Failing after 57s
CI / Release build (push) Has been skipped
watchlist backfill
2026-05-28 03:52:38 +02:00

23 lines
601 B
TOML

[package]
name = "postgres-federation"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx = { version = "0.8.6", features = [
"runtime-tokio-rustls",
"postgres",
"uuid",
"macros",
"chrono",
] }
activitypub = { workspace = true }
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.10" }
domain = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }