anymap/Cargo.toml

15 lines
192 B
TOML
Raw Normal View History

[package]
name = "anymap"
2014-07-03 02:57:03 +10:00
version = "0.9.0"
readme = "README.md"
authors = [ "Chris Morgan <me@chrismorgan.info>" ]
tags = ["data-structures"]
[[lib]]
name = "anymap"
path = "src/lib.rs"