Files
thoughts/crates/adapters/postgres-search/Cargo.toml
Gabriel Kaszewski 7ee22ae79f
Some checks failed
lint / lint (push) Failing after 7m24s
test / unit (push) Successful in 17m17s
test / integration (push) Failing after 18m2s
feat: store AP note extensions in JSONB and render movies-diary posts as rich cards
2026-05-24 04:29:04 +02:00

19 lines
492 B
TOML

[package]
name = "postgres-search"
version = "0.1.0"
edition = "2021"
[dependencies]
domain = { workspace = true }
postgres = { workspace = true }
sqlx = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
async-trait = { workspace = true }
serde_json = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }
sqlx = { workspace = true, features = ["migrate"] }
postgres = { workspace = true }