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