diff options
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r-- | tool/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 9ad1af4..9f72df5 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -7,8 +7,6 @@ edition = "2021" jellycommon = { path = "../common" } jellybase = { path = "../base" } jellyclient = { path = "../client" } -jellymatroska = { path = "../matroska" } -jellyremuxer = { path = "../remuxer" } log = { workspace = true } env_logger = "0.10.1" |