X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/7719a1c61b08f7ca527e357e0b8795814a8c6e34..39168419e8a4b1dc2711d9447a4e8c9573edce08:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index b9ce2e1..c1ca92c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,11 @@ name = "anymap" version = "0.12.1" authors = ["Chris Morgan "] +edition = "2018" +rust-version = "1.34" description = "A safe and convenient store for one value of each type" 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"]