advent_of_code/2023/day13_point_of_incidence/Cargo.toml
2023-12-13 16:26:42 +01:00

15 lines
284 B
TOML

[package]
name = "day13_point_of_incidence"
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