From 905800cc304d4c341b64f87779e9ab86f0be6800 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 28 Nov 2014 17:18:16 +1100 Subject: [PATCH] Update metadata, 0.9.2. --- Cargo.toml | 15 +++++++++------ src/lib.rs | 2 -- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e5016e..63e8fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "anymap" -version = "0.9.1" -authors = [ "Chris Morgan " ] - -[lib] -name = "anymap" -path = "src/lib.rs" +version = "0.9.2" +authors = ["Chris Morgan "] +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" diff --git a/src/lib.rs b/src/lib.rs index aec6445..daa6044 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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, -- 2.42.0