Rocket/benchmarks/Cargo.toml
Sergio Benitez bbbb927ac2 Update dependencies without observable breakages.
The following dependencies were updated:
  * `criterion` from 0.3 to 0.4
  * `deadpool-redis` from 0.10 to 0.11
  * `normpath` from 0.3 to 1
  * `cookie` from 0.16 to 0.17
2023-03-22 13:44:16 -07:00

17 lines
237 B
TOML

[package]
name = "rocket-benchmarks"
version = "0.0.0"
edition = "2021"
publish = false
[workspace]
[[bench]]
name = "main"
path = "src/bench.rs"
harness = false
[dev-dependencies]
rocket = { path = "../core/lib/" }
criterion = "0.4"