From 5d0918ff5e19ebc67e4698bc308f6562779b7110 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 08:27:36 +0800 Subject: feat: add new Mingling CI system crate (WIP) Add `mingling_ci` as a standalone CI system built on Mingling 0.4.0 to validate the next version, with report collection and manifest listing commands. --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json index 71ced58..6a905a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "rust-analyzer.files.exclude": ["**/target/**", "**/.temp/**"], "rust-analyzer.linkedProjects": [ ".run/Cargo.toml", + "mingling_ci/Cargo.toml", "mingling_pathf/test/Cargo.toml", "arg_picker/Cargo.toml", "arg_picker/test/Cargo.toml", -- cgit