diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-10-15 00:05:53 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-10-15 00:05:53 -0700 |
commit | 96d8c0d50c3c583a0cfaab749bf73743de1afe9c (patch) | |
tree | 94fed508125ed591bb56082cdcbdb7e50b4ea982 | |
parent | 4bb39345ab9cfcaecf9a5aae7dda1b08a6ab490e (diff) |
Add exclude list for crate
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |