Files
thoughts/crates/adapters/postgres-federation/Cargo.toml
Gabriel Kaszewski 636d3d453d
Some checks failed
lint / lint (push) Failing after 5m0s
test / unit (push) Failing after 4m59s
test / integration (push) Failing after 5m2s
fix: resolve thoughts compile errors after k-ap migration
2026-05-17 23:02:49 +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.2" }
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"] }