From 9a231d8c163414d462a185d955e6887b64704802 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 4 Aug 2026 14:44:50 +0800 Subject: refactor(metadata): move metadata module to core crate --- mingling/src/metadata.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mingling/src/metadata.rs') diff --git a/mingling/src/metadata.rs b/mingling/src/metadata.rs index 329576c..06fcec9 100644 --- a/mingling/src/metadata.rs +++ b/mingling/src/metadata.rs @@ -1,2 +1 @@ -mod description; -pub use description::*; +pub use mingling_core::metadata::*; -- cgit