feat: extensible search engine with person entities (FTS5/tsvector)
This commit is contained in:
10
crates/adapters/postgres-search/Cargo.toml
Normal file
10
crates/adapters/postgres-search/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "postgres-search"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
domain = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "uuid", "macros"] }
|
||||
uuid = { workspace = true }
|
||||
Reference in New Issue
Block a user