Exclude unnecessary files from the package

This commit is contained in:
Chris Morgan 2022-01-25 19:24:06 +11:00
parent 0d9f2cfe46
commit 1e5c62d8f8

View file

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