diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:46:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:46:51 +0200 |
commit | 8c06886533448fabfe1a3592147b9f3b1151246b (patch) | |
tree | 50f5085ca54eb5c496b7a970b378231395f79990 | |
parent | 35ae80f183904466667af73c7921b4ade399569a (diff) | |
download | jellything-extract-logic.tar jellything-extract-logic.tar.bz2 jellything-extract-logic.tar.zst |
remove deleted moduleextract-logic
-rw-r--r-- | import/asset_token/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/import/asset_token/src/lib.rs b/import/asset_token/src/lib.rs index 87ea261..de7d2be 100644 --- a/import/asset_token/src/lib.rs +++ b/import/asset_token/src/lib.rs @@ -3,8 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ -pub mod assetfed; - use aes_gcm_siv::{ aead::{generic_array::GenericArray, Aead}, Aes256GcmSiv, KeyInit, |