aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml
new file mode 100644
index 0000000..bfdbedf
--- /dev/null
+++ b/transcoder/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "jellytranscoder"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+log = "0.4.19"
+ravif = "0.11.2"