Files
thoughts/crates/adapters/postgres-federation/Cargo.toml
Gabriel Kaszewski a460428be1
Some checks failed
lint / lint (push) Failing after 7m11s
test / unit (push) Successful in 16m59s
test / integration (push) Failing after 18m3s
feat: update dependencies to k-ap v0.1.7 and add profileHref utility for user links
2026-05-27 23:38:14 +02:00

19 lines
546 B
TOML

[package]
name = "postgres-federation"
version = "0.1.0"
edition = "2021"
[dependencies]
k-ap = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-ap.git", tag = "v0.1.7" }
sqlx = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
anyhow = { workspace = true }
url = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }
sqlx = { workspace = true, features = ["migrate"] }