From eb458a256bef1012e7371152dd5dc0bdb3912894 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 30 Dec 2020 16:47:39 +0900 Subject: [PATCH] Exclude unneeded files from crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 42d69eb1..298deace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/pin-project" keywords = ["pin", "macros", "attribute"] categories = ["no-std", "rust-patterns"] readme = "README.md" +exclude = ["/.github", "/ci", "/scripts"] description = """ A crate for safe and ergonomic pin-projection. """