[package] name = "day23" version = "0.1.0" edition = "2021" [dependencies] itertools = "0.13.0" petgraph = { git = "https://github.com/qoqosz/petgraph", branch = "feature/maximal_cliques"}