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)