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

@@ -1,5 +1,6 @@
// common/src/lib.rs
#[cfg_attr(not(feature = "tantivy"), path = "search_light.rs")]
pub mod search;
pub mod decimal;
pub mod grpc_error;