diff options
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r-- | tools/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml index c49dea1..cba6c82 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellymatroska = {path = "../matroska"} +jellyremuxer = {path = "../remuxer"} clap = { version = "4.0.32", features = ["derive"] } |