Files
advent-of-code-2021/day_25/Cargo.toml
Patrick Stevens 3714865a72 Day 25 (#23)
2021-12-25 08:44:38 +00:00

18 lines
346 B
TOML

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