From e63b6f313d2c8452b55910b606ae0ae97c3c49fc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 03:00:32 +0800 Subject: feat: add workspace package and consolidate rust-analyzer config Introduce a workspace-level Cargo package to unify workspace member management, and replace per-editor rust-analyzer configs (.vscode, .zed) with a single rust-analyzer.toml. --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 5db81a8..77fcf77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,6 +269,10 @@ dependencies = [ "tokio", ] +[[package]] +name = "mingling-workspace" +version = "0.3.0" + [[package]] name = "mingling_core" version = "0.3.0" -- cgit