X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/330bc5aa1e4b1644a19b3751ee3b65c849447005..fc5cee3e04baa67d966b7f98a52454123b51203c:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index fec6263..fb6e648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,8 @@ - [package] - name = "anymap" -version = "0.1.0" -readme = "README.md" +version = "0.9.0" authors = [ "Chris Morgan " ] -tags = ["data-structures"] - -[[lib]] +[lib] name = "anymap" path = "src/lib.rs" -