anymap/Cargo.toml
2014-07-02 09:56:34 -07:00

15 lines
192 B
TOML

[package]
name = "anymap"
version = "0.1.0"
readme = "README.md"
authors = [ "Chris Morgan <me@chrismorgan.info>" ]
tags = ["data-structures"]
[[lib]]
name = "anymap"
path = "src/lib.rs"