Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Added more excludes in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Mar 24, 2018
1 parent 72c67e4 commit 3036c15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ authors = ["Darren Ldl <darrenldldev@gmail.com>"]
build = "build.rs"
exclude = [
"tests/*",
"crc-ccitt/*"
"crc-ccitt/*",
"libcrc_crcccitt/*",
"appveyor.yml",
".travis.yml"
]

description = "Enhanced implementation of SeqBox in Rust"
Expand Down

0 comments on commit 3036c15

Please sign in to comment.