From 7c1b2efbf483e9a8dbf0c124e9e53e8ac7b05587 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 5 Dec 2023 21:55:59 +0200 Subject: Finished part2 with rayon with brute force solution --- 2023/Rust/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '2023/Rust/Cargo.toml') diff --git a/2023/Rust/Cargo.toml b/2023/Rust/Cargo.toml index 0f912fe..5595980 100644 --- a/2023/Rust/Cargo.toml +++ b/2023/Rust/Cargo.toml @@ -3,10 +3,6 @@ name = "Rust" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] - [[bin]] name = "day1" @@ -76,4 +72,7 @@ path = "src/day16.rs" name = "day17" path = "src/day17.rs" +[dependencies] +rayon = "1.8.0" + -- cgit v1.2.3