summaryrefslogtreecommitdiffstats
path: root/2022/day5/part1/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2022-12-07 00:59:22 +0300
committerYigit Sever2022-12-07 00:59:22 +0300
commit4388234565d34d1afc6502db34a85f424fec9a91 (patch)
tree96ea12b11f68d02687920c26fa421b4c814daae2 /2022/day5/part1/Cargo.toml
parent244d3dfa233371db0adcff329283bb1ce9bba9f5 (diff)
downloadaoc-4388234565d34d1afc6502db34a85f424fec9a91.tar.gz
aoc-4388234565d34d1afc6502db34a85f424fec9a91.tar.bz2
aoc-4388234565d34d1afc6502db34a85f424fec9a91.zip
2022, day5: part1
Diffstat (limited to '2022/day5/part1/Cargo.toml')
-rw-r--r--2022/day5/part1/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/2022/day5/part1/Cargo.toml b/2022/day5/part1/Cargo.toml
new file mode 100644
index 0000000..a479178
--- /dev/null
+++ b/2022/day5/part1/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2name = "part1"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9itertools = "0.10.5"
10regex = "1.7.0"