advent_of_code_2022/day_03/Cargo.toml
2022-12-04 12:41:55 -05:00

13 lines
322 B
TOML

[package]
name = "day_03"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chunk_iter = "0.1.5"
common = {path = '../common'}
intersection = "1.0.0"
itertools = "0.10.5"
phf = { version = "0.11.1", features = ["macros"] }