[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"] }