Update metadata, 0.9.2. 0.9.2
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
Cargo.toml
src/lib.rs

index 5e5016e956635fb626541b17499b0479cd5adce6..63e8fd2045e4ae7bce74a17f103e675cb7aae861 100644 (file)
@@ -1,8 +1,11 @@
 [package]
 name = "anymap"
-version = "0.9.1"
-authors = [ "Chris Morgan <me@chrismorgan.info>" ]
-
-[lib]
-name = "anymap"
-path = "src/lib.rs"
+version = "0.9.2"
+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"
+keywords = ["container", "data-structure", "map"]
+license = "MIT/Apache-2.0"
index aec644565434075c6d81be1068dc71e165cd99a9..daa60449bda2f4271ea5b1b2b0bcc0fb1258de4a 100644 (file)
@@ -1,7 +1,5 @@
 //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type.
 
-#![crate_name = "anymap"]
-#![crate_type = "lib"]
 #![feature(default_type_params, tuple_indexing)]
 #![warn(unused_qualifications, non_upper_case_globals,
         variant_size_differences, unused_typecasts,