From: Chris Morgan Date: Sat, 23 Aug 2014 02:12:09 +0000 (-0700) Subject: Update Cargo.toml for current conventions. X-Git-Tag: 0.9.1~15 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/6bf612e2eda6457762ce6a658b2d6f304ea09b19 Update Cargo.toml for current conventions. --- 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" -