This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-14 03:11:55 -06:00
parent b3f933552b
commit a8ac3e18e6
4 changed files with 168 additions and 2 deletions

View file

@ -28,6 +28,8 @@ itertools = "0.12"
derive_builder = "0.12.0"
rayon = "1.8.0"
static_init = "1.0.3"
grid = { version = "0.12.0", features = ["std", "serde"] }
indicatif = "0.17.7"
[features]
part1 = []