aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
blob: 6fe4f052bfc6cc58d22360d21e68ce58687fc35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jellytranscoder"
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"