aboutsummaryrefslogtreecommitdiff
path: root/logic/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-26 18:24:16 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-26 18:24:16 +0200
commit3b15caade07e8fbe351fed9aceb3f435bf58368e (patch)
treecce91c229b78061ad36f29d76a76d67c3c737c59 /logic/Cargo.toml
parent1eeff5c03e8985d16d4f2b6283741dd82b369bd3 (diff)
downloadjellything-3b15caade07e8fbe351fed9aceb3f435bf58368e.tar
jellything-3b15caade07e8fbe351fed9aceb3f435bf58368e.tar.bz2
jellything-3b15caade07e8fbe351fed9aceb3f435bf58368e.tar.zst
move all direct database access to logic crate
Diffstat (limited to 'logic/Cargo.toml')
-rw-r--r--logic/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/Cargo.toml b/logic/Cargo.toml
index fd70b73..a60f90b 100644
--- a/logic/Cargo.toml
+++ b/logic/Cargo.toml
@@ -8,6 +8,7 @@ jellyimport-asset-token = { path = "../import/asset_token" }
jellyimport = { path = "../import" }
jellycommon = { path = "../common" }
jellydb = { path = "../database" }
+jellytranscoder = { path = "../transcoder" }
log = "0.4.27"
anyhow = "1.0.98"
base64 = "0.22.1"