aboutsummaryrefslogtreecommitdiff
path: root/difftree/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-11-15 20:03:59 +0100
committermetamuffin <metamuffin@disroot.org>2023-11-15 20:03:59 +0100
commit9e1a836f663c03e462fbf1bcff444a20aaf56eaf (patch)
tree90b3fa998cdda4c7d2c22a58b42cdb5a4369f547 /difftree/Cargo.toml
parent0196cc1a12cf787a4c5bfc3645b0364eb5daf93a (diff)
downloadvideo-codec-experiments-9e1a836f663c03e462fbf1bcff444a20aaf56eaf.tar
video-codec-experiments-9e1a836f663c03e462fbf1bcff444a20aaf56eaf.tar.bz2
video-codec-experiments-9e1a836f663c03e462fbf1bcff444a20aaf56eaf.tar.zst
a
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" }