advent_of_code/2023/day19_aplenty/Cargo.toml
2023-12-20 16:57:53 +01:00

15 lines
273 B
TOML

[package]
name = "day19_aplenty"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = "0.5.1"
[[bench]]
name = "test_benchmark"
harness = false