From 596e5e2440df2d32f1cf3e052dc633e774edf6ee Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 21:48:23 +0800 Subject: Rename mingling to mingling_core and update dependencies --- mingling/Cargo.toml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 mingling/Cargo.toml (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml deleted file mode 100644 index d7e820c..0000000 --- a/mingling/Cargo.toml +++ /dev/null @@ -1,24 +0,0 @@ -[package] -name = "mingling" -version = "0.1.0" -edition = "2024" -authors = ["Weicao-CatilGrass"] -license = "MIT OR Apache-2.0" -readme = "README.md" -description = "A procedural command-line framework with subcommand support" -keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] -categories = ["command-line-interface"] -repository = "https://github.com/catilgrass/mingling" - -[features] -full = ["macros", "general_renderer"] -default = ["macros"] -macros = ["mingling_macros"] -general_renderer = ["dep:serde", "mingling_macros/serde"] - -[dependencies] -mingling_macros = { version = "0.1.0", optional = true } -just_fmt = "0.1.2" -serde = { version = "1.0", features = ["derive"], optional = true } -thiserror = "2" -tokio = { version = "1", features = ["full"] } -- cgit