summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/gtest/bench-collections/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/rust/gtest/bench-collections/Cargo.toml')
-rw-r--r--xpcom/rust/gtest/bench-collections/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/xpcom/rust/gtest/bench-collections/Cargo.toml b/xpcom/rust/gtest/bench-collections/Cargo.toml
new file mode 100644
index 0000000000..857d87cffd
--- /dev/null
+++ b/xpcom/rust/gtest/bench-collections/Cargo.toml
@@ -0,0 +1,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"