Skip to content

Commit

Permalink
crates.io: exclude unneeded files
Browse files Browse the repository at this point in the history
PR #134
  • Loading branch information
ignatenkobrain authored and BurntSushi committed Sep 25, 2018
1 parent 645aea9 commit 7ade775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["csv", "comma", "parser", "delimited", "serde"]
license = "Unlicense/MIT"
categories = ["encoding", "parser-implementations"]
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]

[badges]
travis-ci = { repository = "BurntSushi/rust-csv" }
Expand Down

0 comments on commit 7ade775

Please sign in to comment.