blob: 857d87cffd01a961f6c28105b002aea8fd115507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "bench-collections-gtest"
version = "0.1.0"
license = "MPL-2.0"
description = "Benchmarks for various collections"
[dependencies]
fnv = "1.0"
fxhash = "0.2.1"
[lib]
path = "bench.rs"
|