first commit
This commit is contained in:
commit
cfe3798d17
42 changed files with 9617 additions and 0 deletions
12
2022/day7/Cargo.toml
Executable file
12
2022/day7/Cargo.toml
Executable file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "day7"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
dbg-pls = { version = "0.4.1", features = ["colors", "derive"] }
|
||||
nom = "7.1.3"
|
||||
transiter = "0.2.0"
|
Loading…
Add table
Add a link
Reference in a new issue