From ec15fe0188caee3ae87880dd05d460582dfacea3 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Mon, 16 Feb 2026 15:56:01 -0800 Subject: [PATCH] chore: Disable autobins to prevent untracked debug bins from affecting builds Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7f1d5d1..a2936be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "pdf-inspector" version = "0.1.0" edition = "2021" +autobins = false authors = ["Firecrawl Team"] description = "Fast PDF inspection, classification, and text extraction with smart scanned vs text-based detection" license = "MIT"