anymap/Cargo.toml

15 lines
477 B
TOML
Raw Normal View History

[package]
name = "anymap"
2015-04-15 14:16:10 +10:00
version = "0.10.2"
2014-11-28 17:18:16 +11:00
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"
[features]
clone = []