From 1611991cd865810688a65d52c8ce2c9057d7700b Mon Sep 17 00:00:00 2001 From: LucaCappelletti94 Date: Fri, 17 Nov 2023 17:40:28 +0100 Subject: [PATCH] Updated exclude field in cargo --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f1b0617..b9c1628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,12 @@ categories = [ "algorithms", "science" ] +exclude = [ + "fuzz/", + "intersection_tests/", + "union_test", + "intersection_benchmarks.tsv.gz" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html