diff --git a/2022/aoc_template/Cargo.toml b/2022/aoc_template/Cargo.toml index 580877c..14d995e 100644 --- a/2022/aoc_template/Cargo.toml +++ b/2022/aoc_template/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +rayon = "1" +itertools = "0" +id-arena = { version = "2", features = ["rayon"] }