advent_of_code/2024/day17_chronospatial_computer/Cargo.toml

14 lines
190 B
TOML
Raw Permalink Normal View History

2024-12-17 16:42:09 +01:00
[package]
name = "day17_chronospatial_computer"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
criterion = "0.5.1"
[[bench]]
name = "test_benchmark"
harness = false