diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 18:45:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 18:46:17 +0800 |
| commit | c6f695bf5e757fdae8115abfcefb547745cd37be (patch) | |
| tree | cb8ebbd1e99b2a46ceab44237e769c83f452927e /mingling_cli/Cargo.toml | |
| parent | a05379b0dcf8b53fdb644f4dd803c46a1d8325fb (diff) | |
feat(proj_mgr): add toggle mutex validation and program crate name
Support `[[user.toggle-mutex]]` groups in rule.toml to enforce
mutually exclusive toggle options, and derive `program_crate_name`
from `program_name` using snake_case conversion.
Diffstat (limited to 'mingling_cli/Cargo.toml')
| -rw-r--r-- | mingling_cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml index 6e31851..5f9778a 100644 --- a/mingling_cli/Cargo.toml +++ b/mingling_cli/Cargo.toml @@ -62,6 +62,7 @@ dirs = "6.0.0" semver = "1.0.28" # Code gen +just_fmt = "0.2.0" just_template = "0.2.1" # Template sources |
