From 0efa60f02eedb698a089a1db54c56b44dd209b84 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Thu, 22 Feb 2024 09:03:11 -0800 Subject: [PATCH] Reduce package size (#43) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fa8ffa0..ff0d3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ rust-version = "1.62.0" keywords = ["cli", "arg", "argument", "parse", "parser"] categories = ["command-line-interface"] license = "MIT" +exclude = [ + "/.github", + "/MSRV.md", +] [dependencies] # No dependencies!