From 1e5c62d8f801c3ac36ec833d3c8373fcd4d429f1 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 25 Jan 2022 19:24:06 +1100 Subject: [PATCH] Exclude unnecessary files from the package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index be51bde..5149e8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ repository = "https://github.com/chris-morgan/anymap" keywords = ["container", "any", "map"] categories = ["rust-patterns", "data-structures"] license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" +exclude = ["test", "benches", ".travis.yml", ".gitignore"] -- 2.42.0