Rocket/benchmarks/Cargo.toml
Sergio Benitez 3119e6f453 Redesign routing benchmarks.
The new benchmarks use routes from real-world project. This is much more
realistic than the previous benchmarks.

The new benchmarks use `criterion` and exist in their own Cargo project.
2021-03-26 20:02:49 -07:00

13 lines
194 B
TOML

[package]
name = "rocket-benchmarks"
version = "0.0.0"
edition = "2018"
publish = false
[workspace]
[dependencies]
rocket = { path = "../core/lib/" }
criterion = "0.3"
criterion-macro = "0.3"