From 83ee985942b72855c27039ea107842560de22f12 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 17 Feb 2020 11:01:13 +0100 Subject: [PATCH] chore: Exclude unneeded files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 35a68e6..79e6894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["transmute", "bytes", "casting"] categories = ["encoding", "no-std"] edition = "2018" license = "Zlib" +exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml", "/pedantic.bat"] [package.metadata.docs.rs] all-features = true