tantivy, datafusion and embedded psql are now separate features

This commit is contained in:
Filipriec
2026-08-22 12:23:45 +02:00
parent 0c8a1b1c19
commit cc56ec8695
5 changed files with 116 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ tonic = { workspace = true }
tracing = { workspace = true }
tantivy = { workspace = true }
common = { path = "../common" }
common = { path = "../common", features = ["tantivy"] }
tonic-reflection = "0.14.6"
sqlx = { version = "0.9.0", features = ["postgres"] }