From: Chris Morgan Date: Tue, 25 Jan 2022 08:24:06 +0000 (+1100) Subject: Exclude unnecessary files from the package X-Git-Tag: 1.0.0-beta.1~11 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/1e5c62d8f801c3ac36ec833d3c8373fcd4d429f1 Exclude unnecessary files from the package --- 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"]