diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-05-04 15:11:11 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-05-04 15:11:11 +0200 |
| commit | 3cbe45e24355396645b9a721fdca6d5116bd1c36 (patch) | |
| tree | ecc5e61167c47362c49375e542bf6752aad12b09 /logic/Cargo.toml | |
| parent | 0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0 (diff) | |
| download | jellything-3cbe45e24355396645b9a721fdca6d5116bd1c36.tar jellything-3cbe45e24355396645b9a721fdca6d5116bd1c36.tar.bz2 jellything-3cbe45e24355396645b9a721fdca6d5116bd1c36.tar.zst | |
fix live log
Diffstat (limited to 'logic/Cargo.toml')
| -rw-r--r-- | logic/Cargo.toml | 1 |
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" |