summaryrefslogtreecommitdiffstats
path: root/2022/day2/part1/Cargo.toml
blob: f14fe907c7ac0aabb4dd4e84d232620aab76f2c0 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "part1"
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"