tantivy, datafusion and embedded psql are now separate features
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user