advent_of_code/2023/day21_step_counter/Cargo.toml
Burnus b992be36c8 Added Solution for 2023 day 21
Added Solution for 2023 day 21
2023-12-21 14:31:23 +01:00

15 lines
278 B
TOML

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