From df2e43f20407ada1f9561a600c6a2987301268b9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 04:12:06 +0800 Subject: feat: add workspace-level root package Add a root package `mingling-workspace` with an empty `main.rs` to improve Cargo workspace compatibility. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8baadbb..558a4b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,3 +77,9 @@ lto = "fat" codegen-units = 1 panic = "abort" strip = true + +[package] +name = "mingling-workspace" +version.workspace = true +edition.workspace = true +publish = false -- cgit