diff options
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r-- | transcoder/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index bfdbedf..6fe4f05 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -4,5 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] +jellycommon = { path = "../common" } +jellybase = { path = "../base" } log = "0.4.19" ravif = "0.11.2" +image = "0.24.6" +anyhow = "1.0.72" +rgb = "0.8.36" |