aboutsummaryrefslogtreecommitdiff
path: root/logic/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-04 15:11:11 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-04 15:11:11 +0200
commit3cbe45e24355396645b9a721fdca6d5116bd1c36 (patch)
treeecc5e61167c47362c49375e542bf6752aad12b09 /logic/Cargo.toml
parent0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0 (diff)
downloadjellything-3cbe45e24355396645b9a721fdca6d5116bd1c36.tar
jellything-3cbe45e24355396645b9a721fdca6d5116bd1c36.tar.bz2
jellything-3cbe45e24355396645b9a721fdca6d5116bd1c36.tar.zst
fix live log
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 23016f9..fd70b73 100644
--- a/logic/Cargo.toml
+++ b/logic/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
jellyimport-asset-token = { path = "../import/asset_token" }
+jellyimport = { path = "../import" }
jellycommon = { path = "../common" }
jellydb = { path = "../database" }
log = "0.4.27"