From ba78c67ecdc05ea089a51b7e6dc33316fe33583e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 5 Jun 2023 23:06:46 +0900 Subject: [PATCH] Exclude DEVELOPMENT.md from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b9f6a1..fd84a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/pin-project-lite" keywords = ["pin", "macros"] categories = ["no-std", "rust-patterns"] -exclude = ["/.*", "/tools"] +exclude = ["/.*", "/tools", "/DEVELOPMENT.md"] description = """ A lightweight version of pin-project written with declarative macros. """