aboutsummaryrefslogtreecommitdiff
path: root/old/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-05 15:09:54 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-05 15:09:54 +0200
commit306f96164784a8cbf405e72fa4364d6523366e95 (patch)
tree51717fc139871baa438aad806f4923669ae0896c /old/Cargo.toml
parent9cc089e2d6e841879e430b01d2f3d92c8820523e (diff)
downloadvideo-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar
video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.bz2
video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.zst
old dir
Diffstat (limited to 'old/Cargo.toml')
-rw-r--r--old/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/Cargo.toml b/old/Cargo.toml
new file mode 100644
index 0000000..5312e98
--- /dev/null
+++ b/old/Cargo.toml
@@ -0,0 +1,13 @@
+[workspace]
+members = [
+ "dhwt-codec",
+ "vgcodec",
+ "difftree",
+ "evc",
+ "framework",
+ "flowy",
+ "bv1/app",
+ "bv1/codec",
+ "bv1/codec-web",
+]
+resolver = "2"