mirror of
https://github.com/Smaug123/advent-of-code-2021
synced 2025-10-11 14:58:41 +00:00
Day 25 (#23)
This commit is contained in:
17
day_25/Cargo.toml
Normal file
17
day_25/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
Reference in New Issue
Block a user