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