mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-26 12:22:36 +00:00
17 lines
237 B
TOML
17 lines
237 B
TOML
[package]
|
|
name = "rocket-benchmarks"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[workspace]
|
|
|
|
[[bench]]
|
|
name = "main"
|
|
path = "src/bench.rs"
|
|
harness = false
|
|
|
|
[dev-dependencies]
|
|
rocket = { path = "../core/lib/" }
|
|
criterion = "0.3"
|