From b170897ca0b14928422359c4317427aa14ac0722 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sun, 18 Feb 2024 19:05:29 -0800 Subject: [PATCH] Reduce package size --- onlyargs_derive/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/onlyargs_derive/Cargo.toml b/onlyargs_derive/Cargo.toml index ee64bb8..099a76c 100644 --- a/onlyargs_derive/Cargo.toml +++ b/onlyargs_derive/Cargo.toml @@ -9,6 +9,9 @@ rust-version = "1.62.0" keywords = ["cli", "arg", "argument", "parse", "parser"] categories = ["command-line-interface"] license = "MIT" +exclude = [ + "/compile_tests", +] [lib] proc-macro = true