Files
ultimate_rust2/example/hello/Cargo.toml
2021-06-12 23:36:49 -06:00

15 lines
264 B
TOML

[package]
name = "hello"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
[dependencies]
[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
[[bench]]
name = "snuggle_speed"
harness = false