From 6df118a3e02fe5122b8163ebad77b9f3532d2901 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 14 Oct 2024 21:11:42 +0200 Subject: refactor(libmpv2): Include in the workspace --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit 1.4.1