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" ]