exclude fuzz folder from cargo

master
Edward Shen 2021-02-24 16:29:40 -05:00
parent 19cb3117eb
commit df6937ade1
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = "git-config"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
exclude = ["fuzz/**/*", ".vscode/**/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html