Exclude unnecessary files from the package
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
Cargo.toml

index be51bde1de9026e373677513d29e8a6e278e8e75..5149e8f66509168f1cb33156da7b325a4d771101 100644 (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"]