advent_of_code/2024/day13_claw_contraption/Cargo.toml

14 lines
186 B
TOML
Raw Normal View History

2024-12-14 10:14:28 +01:00
[package]
name = "day13_claw_contraption"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
# criterion = "0.5.1"
[[bench]]
name = "test_benchmark"
harness = false