anymap/Cargo.toml
Chris Morgan f1ea6f1cf9 0.12.0
2016-03-05 13:31:53 +11:00

15 lines
477 B
TOML

[package]
name = "anymap"
version = "0.12.0"
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]
bench = []