exclude fuzz folder from cargo

This commit is contained in:
Edward Shen 2021-02-24 16:29:40 -05:00
parent 19cb3117eb
commit df6937ade1
Signed by: edward
GPG key ID: 19182661E818369F

View file

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