Finished day 10 of aoc in rust with heavy guidance
This commit is contained in:
10
advent_of_code/2022/10/Cargo.toml
Normal file
10
advent_of_code/2022/10/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "main"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.10.5"
|
||||
nom = "7.1.1"
|
||||
Reference in New Issue
Block a user