mirror of
https://github.com/Smaug123/advent-of-code-2021
synced 2025-10-05 12:08:43 +00:00
16 lines
315 B
TOML
16 lines
315 B
TOML
[package]
|
|
name = "day_17"
|
|
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]
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|