Files
thoughts/crates/adapters/postgres-federation/Cargo.toml
Gabriel Kaszewski 1e7886fb85
All checks were successful
lint / lint (push) Successful in 17m36s
test / unit (push) Successful in 21m21s
bump k-ap 0.4.4, handle OutboundFollowAccepted w/ outbox backfill
2026-07-11 10:48:23 +02:00

20 lines
504 B
TOML

[package]
name = "postgres-federation"
version = "0.1.0"
edition = "2021"
[dependencies]
k-ap = { version = "0.4.4", registry = "gitea" }
sqlx = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }
url = { workspace = true }
serde_json = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }
sqlx = { workspace = true, features = ["migrate"] }