aboutsummaryrefslogtreecommitdiff
path: root/logic/Cargo.toml
diff options
context:
space:
mode:
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"