diff options
Diffstat (limited to 'tweak/Cargo.toml')
-rw-r--r-- | tweak/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tweak/Cargo.toml b/tweak/Cargo.toml index 813497e..2c19efb 100644 --- a/tweak/Cargo.toml +++ b/tweak/Cargo.toml @@ -3,6 +3,6 @@ name = "tweak" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +rayon = "1.8.0" +rand = "0.8.5" |