From b98e71aa6c55eaa0cdfc51c8f709314e55365b28 Mon Sep 17 00:00:00 2001 From: Puellaquae Date: Thu, 25 Jan 2024 00:36:25 +0800 Subject: [PATCH] refactor: rename crypto/mod.rs to crypto.rs --- src/internal_module/{crypto/mod.rs => crypto.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/internal_module/{crypto/mod.rs => crypto.rs} (100%) diff --git a/src/internal_module/crypto/mod.rs b/src/internal_module/crypto.rs similarity index 100% rename from src/internal_module/crypto/mod.rs rename to src/internal_module/crypto.rs