From b0dbb6d359634928fb50f62338cd79ee411514c5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 3 Aug 2026 01:14:01 +0800 Subject: docs: update Mingling description wording --- mingling/src/docs/lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling/src') diff --git a/mingling/src/docs/lib.md b/mingling/src/docs/lib.md index 4d20a8b..a7a583b 100644 --- a/mingling/src/docs/lib.md +++ b/mingling/src/docs/lib.md @@ -10,7 +10,7 @@ ## Intro -[`Mingling`](https://github.com/mingling-rs/mingling) is a **proc-macro and type system-based** Rust CLI framework, suitable for developing complex command-line programs with numerous subcommands. +[`Mingling`](https://github.com/mingling-rs/mingling) is a **state-driven and data-driven** CLI workflow orchestration framework built in Rust. ## Use -- cgit