0.9.8: Rust update
[anymap] / Cargo.toml
index fec626350b49800272f8a4584eaf6ea0ef1ef4e7..6c15395822cd26381fd292a6cdc32f9287bfa042 100644 (file)
@@ -1,14 +1,11 @@
-
 [package]
-
 name = "anymap"
-version = "0.1.0"
+version = "0.9.8"
+authors = ["Chris Morgan <me@chrismorgan.info>"]
+description = "A safe and convenient store for one value of each type"
+#documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html"
+#homepage = "https://github.com/chris-morgan/anymap"
+repository = "https://github.com/chris-morgan/anymap"
 readme = "README.md"
-authors = [ "Chris Morgan <me@chrismorgan.info>" ]
-tags = ["data-structures"]
-
-[[lib]]
-
-name = "anymap"
-path = "src/lib.rs"
-
+keywords = ["container", "data-structure", "map"]
+license = "MIT/Apache-2.0"