mirror of
https://github.com/Smaug123/advent-of-code-2021
synced 2025-10-14 16:28:40 +00:00
Day 1
This commit is contained in:
15
day_1/Cargo.toml
Normal file
15
day_1/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "day_1"
|
||||
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 = "day_1"
|
||||
harness = false
|
Reference in New Issue
Block a user