diff options
Diffstat (limited to 'remuxer/Cargo.toml')
-rw-r--r-- | remuxer/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remuxer/Cargo.toml b/remuxer/Cargo.toml index 3386717..2313dcc 100644 --- a/remuxer/Cargo.toml +++ b/remuxer/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -jellycommon = { path = "../common" } jellymatroska = { path = "../matroska" } jellybase = { path = "../base" } |