diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 04:12:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 04:12:06 +0800 |
| commit | df2e43f20407ada1f9561a600c6a2987301268b9 (patch) | |
| tree | b6f974f0136c48c2b34b0e371105de0bf3dfe464 /Cargo.toml | |
| parent | 05b0b25695bf47a46000d8eb813660bfe12f1727 (diff) | |
feat: add workspace-level root package
Add a root package `mingling-workspace` with an empty `main.rs` to
improve Cargo workspace compatibility.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
