advent-of-code/aoc2015/aoc2015_bench/Cargo.toml

18 lines
355 B
TOML

[package]
name = "aoc2015_bench"
version = "0.1.0"
authors = ["Antoine Martin <antoine97.martin@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aoc2015 = { path = "../" }
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "aoc2015_bench"
harness = false