This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-07 23:05:38 -06:00
parent 3be4845987
commit 5e42561567
4 changed files with 1167 additions and 44 deletions

View file

@ -27,3 +27,7 @@ tokio = { version = "1", features = ["full"] }
itertools = "0.12"
derive_builder = "0.12.0"
rayon = "1.8.0"
[features]
part2 = []
default = ["part2"]