Update Cargo.toml for current conventions.

This commit is contained in:
Chris Morgan 2014-08-22 19:12:09 -07:00
parent c2473c1fce
commit 6bf612e2ed

View file

@ -1,14 +1,8 @@
[package] [package]
name = "anymap" name = "anymap"
version = "0.9.0" version = "0.9.0"
readme = "README.md"
authors = [ "Chris Morgan <me@chrismorgan.info>" ] authors = [ "Chris Morgan <me@chrismorgan.info>" ]
tags = ["data-structures"]
[[lib]]
[lib]
name = "anymap" name = "anymap"
path = "src/lib.rs" path = "src/lib.rs"