Watch
1
0
Fork
You've already forked advent-of-code
0
This commit is contained in:
Jeremy Kaplan 2022-12-11 23:14:54 -08:00
commit a480259cd4
3 changed files with 100 additions and 0 deletions

View file

@ -9,3 +9,4 @@ itertools = "0.10.5"
path-absolutize = "3.0.14"
regex = "1.7.0"
serde = { version = "1.0.149", features = ["derive"] }
termcolor = "1.1.3"