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