diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-05 21:36:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-05 21:36:51 +0800 |
| commit | d21d963a0f152d58a5997195b145cac4b8ccd018 (patch) | |
| tree | a4f1b1ed1fb0c1ecaacbf66846e44aeafdf6ce5d /mingling/Cargo.toml | |
| parent | ba0adc2fa0c42a3646d50d499558bc532eae2cba (diff) | |
Add documentation for basic usage and parser feature
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
