From 6bad95a7ee179259a994221ca28e4ef40efae4ee Mon Sep 17 00:00:00 2001 From: David Judd Date: Sat, 5 Jan 2019 13:44:01 -0800 Subject: [PATCH] Use cargo exclude --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae600f0..fee9c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ Decomposition and Recomposition, as described in Unicode Standard Annex #15. """ -exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ] +exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs" ]