From 29b8a17cbeab8200e220ca30507938d9f5d60221 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 14 Dec 2019 20:08:34 +0100 Subject: [PATCH] chore: Exclude unneeded files from crates.io Signed-off-by: Igor Gnatenko --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ed9b249d..03df96eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,13 @@ repository = "https://github.com/dropbox/rust-brotli" keywords = ["brotli", "decompression", "lz77", "huffman", "nostd"] readme = "README.md" autobins = false +exclude = [ + "/ci/*", + "/research/*", + "/.travis.yml", + "/appveyor.yml", + "/uncorrode.py", +] [[bin]] doc = false