aboutsummaryrefslogtreecommitdiff
path: root/logic/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-30 11:46:28 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-30 11:46:28 +0200
commit35ae80f183904466667af73c7921b4ade399569a (patch)
tree3a7eec95debbd9ba292436ff989742b8a9b1dff4 /logic/Cargo.toml
parentd6a039a10ac3c81d410beb9b648d29524ca1e278 (diff)
downloadjellything-35ae80f183904466667af73c7921b4ade399569a.tar
jellything-35ae80f183904466667af73c7921b4ade399569a.tar.bz2
jellything-35ae80f183904466667af73c7921b4ade399569a.tar.zst
split base into asset_token and db
Diffstat (limited to 'logic/Cargo.toml')
-rw-r--r--logic/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/Cargo.toml b/logic/Cargo.toml
index ec5ee2b..23016f9 100644
--- a/logic/Cargo.toml
+++ b/logic/Cargo.toml
@@ -4,8 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-jellybase = { path = "../base" }
+jellyimport-asset-token = { path = "../import/asset_token" }
jellycommon = { path = "../common" }
+jellydb = { path = "../database" }
log = "0.4.27"
anyhow = "1.0.98"
base64 = "0.22.1"