Files
advent-of-code-2021/day_15/Cargo.toml
Patrick Stevens bd7cfa8662 Day 15 (#18)
2021-12-21 14:35:12 +00:00

18 lines
346 B
TOML

[package]
name = "day_15"
version = "0.1.0"
authors = ["Smaug123 <patrick+github@patrickstevens.co.uk>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
array = { path = "../array" }
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "bench"
harness = false