mirror of https://github.com/rwf2/Rocket.git
13 lines
194 B
TOML
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"
|