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