From 7ade77518e461b222cb32612ec56404c8c91dbd3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 25 Sep 2018 13:03:46 +0200 Subject: [PATCH] crates.io: exclude unneeded files PR #134 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8e69ce9..75c57cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }