stuff
This commit is contained in:
parent
3be4845987
commit
5e42561567
4 changed files with 1167 additions and 44 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue