From 96d8c0d50c3c583a0cfaab749bf73743de1afe9c Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Thu, 15 Oct 2020 00:05:53 -0700 Subject: Add exclude list for crate --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 53716cf..a3a5af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,12 @@ readme = "README.md" categories = ["parser-implementations", "web-programming"] keywords = ["uri", "parser"] repository = "https://github.com/rhymu8354/Uri.git" +exclude = [ + "*.hpp", + "*.cpp", + "CMakeLists.txt", + "notes.md" +] [dependencies] named_tuple = "0.1" -- cgit v1.2.3