From d21d963a0f152d58a5997195b145cac4b8ccd018 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 5 Apr 2026 21:36:51 +0800 Subject: Add documentation for basic usage and parser feature --- mingling/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index a915fea..30a004b 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -11,6 +11,8 @@ categories = ["command-line-interface"] repository = "https://github.com/catilgrass/mingling" [dev-dependencies] +serde = { version = "1", features = ["derive"] } +tokio = { version = "1", features = ["full"] } mingling = { path = ".", features = ["full"] } [features] -- cgit