diff options
Diffstat (limited to '2023/Rust/Cargo.toml')
| -rw-r--r-- | 2023/Rust/Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
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" + |
