aboutsummaryrefslogtreecommitdiff
path: root/difftree/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'difftree/Cargo.toml')
-rw-r--r--difftree/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/difftree/Cargo.toml b/difftree/Cargo.toml
new file mode 100644
index 0000000..2c19efb
--- /dev/null
+++ b/difftree/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "tweak"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+rayon = "1.8.0"
+rand = "0.8.5"