diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-18 00:23:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-18 00:23:54 +0800 |
| commit | e16e0b077f6d51c99015b664c3d09fd0a43980be (patch) | |
| tree | 734ce32f300761615bfe5c27571bfbf045f63a3f /mingling_core | |
| parent | e17117e027cf8f0aa077c861b707651e040800a0 (diff) | |
Reorganize dependencies into feature-specific groups
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 54f6a2c..3350c48 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -21,17 +21,21 @@ general_renderer = [ [dependencies] just_fmt = "0.1.2" -just_template = { version = "0.1.3", optional = true } -serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "2" tokio = { version = "1", features = ["io-std", "io-util"] } once_cell = "1.21.4" +# comp +just_template = { version = "0.1.3", optional = true } + +# general_renderer +serde = { version = "1.0", features = ["derive"], optional = true } ron = { version = "0.12.1", optional = true } serde_json = { version = "1", optional = true } serde_yaml = { version = "0.9", optional = true } toml = { version = "1.1.2+spec-1.1.0", optional = true } +# debug log = { version = "0.4", optional = true } env_logger = { version = "0.11", optional = true } |
