about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f35424..cfa9a9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,13 @@
 
 [workspace]
 resolver = "2"
-members = ["crates/bytes", "crates/yt_dlp", "yt"]
+members = [
+  "crates/bytes",
+  "crates/yt_dlp",
+  "crates/libmpv2",
+  "crates/libmpv2/libmpv2-sys",
+  "yt",
+]
 
 [workspace.package]
 edition = "2021"