From 0e5353ee3cffdcdb36f5e10371e7aff31d49cb37 Mon Sep 17 00:00:00 2001 From: Chummy Date: Tue, 17 Feb 2026 19:47:12 +0800 Subject: [PATCH] fix(build): remove duplicate feature keys after rebase --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3bd925..c69be01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,12 +139,6 @@ landlock = ["sandbox-landlock"] probe = ["dep:probe-rs"] # rag-pdf = PDF ingestion for datasheet RAG rag-pdf = ["dep:pdf-extract"] -# sandbox backends (optional, platform-specific) -sandbox-landlock = [] -sandbox-bubblewrap = [] -# native browser backend (optional, adds WebDriver dependency) -browser-native = [] - [profile.release] opt-level = "z" # Optimize for size lto = "thin" # Lower memory use during release builds