diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-02 01:25:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-02 01:25:10 +0800 |
| commit | 7304115681d6c8160708bc82fd8b6566ed412bb5 (patch) | |
| tree | ebb27ba49c11708fbaaf65ef15c741621d72ac0d /mingling | |
| parent | 11a3258834587a267f63588366ecc00d6b82156c (diff) | |
Use specific features in dev-dependency
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 25f310a..719ded5 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/catilgrass/mingling" [dev-dependencies] serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["full"] } -mingling = { path = ".", features = ["full"] } +mingling = { path = ".", features = ["comp", "general_renderer", "parser"] } [features] nightly = ["mingling_core/nightly", "mingling_macros/nightly"] |
