aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-15 00:05:53 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-15 00:05:53 -0700
commit96d8c0d50c3c583a0cfaab749bf73743de1afe9c (patch)
tree94fed508125ed591bb56082cdcbdb7e50b4ea982
parent4bb39345ab9cfcaecf9a5aae7dda1b08a6ab490e (diff)
Add exclude list for crate
-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"