From ed6ce514a82fef83f2a11c5c2c427d687f7e8151 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Thu, 9 Apr 2026 19:47:18 -0300 Subject: [PATCH] feat: add drive feature to default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2df1f1c8..ed2bb17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ features = ["database", "i18n"] [features] # ===== DEFAULT ===== -default = ["chat", "automation", "cache", "llm", "vectordb", "crawler"] +default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive"] # ===== SECURITY MODES ===== # no-security: Minimal build - chat, automation, drive, cache only (no RBAC, directory, security, compliance)