aboutsummaryrefslogtreecommitdiff
path: root/tweak/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tweak/Cargo.toml')
-rw-r--r--tweak/Cargo.toml4
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"