mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-25 11:52:37 +00:00
bbbb927ac2
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
17 lines
237 B
TOML
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"
|