Files
Gabriel Kaszewski 14066ea469
Some checks failed
CI / Check / Test (push) Has been cancelled
chore: upgrade k-ap to 0.4.0
Map new fetched_at field in RemoteActor for postgres and sqlite adapters.
2026-05-30 03:00:44 +02:00

23 lines
521 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 = { version = "0.4.0", registry = "gitea" }
domain = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }
serde_json = { workspace = true }