From 2cc2fe0c040647320e9eb016ad5102a03b26184d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 26 Oct 2018 20:18:47 +0200 Subject: [PATCH] Exclude scripts from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9b69b2..d9153d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ or XID_Continue properties according to Unicode Standard Annex #31. """ -exclude = [ "target/*", "Cargo.lock" ] +exclude = [ "target/*", "Cargo.lock", "/scripts/*" ] [features] default = []