advent_of_code/2024/day10_hoof_it/Cargo.toml

14 lines
177 B
TOML
Raw Normal View History

2024-12-10 16:46:53 +01:00
[package]
name = "day10_hoof_it"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
# criterion = "0.5.1"
[[bench]]
name = "test_benchmark"
harness = false