adventofcode2024/day23/Cargo.toml
2024-12-23 13:15:12 +01:00

9 lines
190 B
TOML

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