diff options
author | Yigit Sever | 2022-12-07 01:06:21 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-07 01:06:21 +0300 |
commit | 066f5946e25061d23db5f988061b316eeb043faf (patch) | |
tree | 0cb0e1c150b89e224307ab94ca37fc1ddac0e0e0 /2022/day5/part2/Cargo.toml | |
parent | 4388234565d34d1afc6502db34a85f424fec9a91 (diff) | |
download | aoc-main.tar.gz aoc-main.tar.bz2 aoc-main.zip |
2022, day5: part 2donemain
This felt bad, go over this later
Diffstat (limited to '2022/day5/part2/Cargo.toml')
-rw-r--r-- | 2022/day5/part2/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2022/day5/part2/Cargo.toml b/2022/day5/part2/Cargo.toml new file mode 100644 index 0000000..57ffa72 --- /dev/null +++ b/2022/day5/part2/Cargo.toml | |||
@@ -0,0 +1,10 @@ | |||
1 | [package] | ||
2 | name = "part2" | ||
3 | version = "0.1.0" | ||
4 | edition = "2021" | ||
5 | |||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
7 | |||
8 | [dependencies] | ||
9 | itertools = "0.10.5" | ||
10 | regex = "1.7.0" | ||