advent_of_code/2023/day11_cosmic_expansion/Cargo.toml
2023-12-11 15:44:13 +01:00

15 lines
282 B
TOML

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