aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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"