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!