b3811cf0d1
A better pattern is to put benchmarks in the `benches` directory; that way, `cargo test` won’t pick them up by default, and so it won’t fail on the stable and beta channels.
12 lines
411 B
TOML
12 lines
411 B
TOML
[package]
|
|
name = "anymap"
|
|
version = "0.12.1"
|
|
authors = ["Chris Morgan <me@chrismorgan.info>"]
|
|
description = "A safe and convenient store for one value of each type"
|
|
documentation = "https://docs.rs/anymap"
|
|
#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"
|