diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-16 00:13:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-16 00:13:52 +0800 |
| commit | 7a723cec3520393bbcdf2f652012af277c39f6c9 (patch) | |
| tree | ac9958f53a7de2bcaa2b7ad254b6f90d0a952a8f | |
| parent | a127d6f3cf2741d4dc404959c5481fa61651e133 (diff) | |
Remove unused `dirs` dependency from mingling_core
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | mingling_core/Cargo.toml | 4 |
2 files changed, 1 insertions, 4 deletions
@@ -300,7 +300,6 @@ dependencies = [ name = "mingling_core" version = "0.1.8" dependencies = [ - "dirs", "env_logger", "just_fmt", "just_template", diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 84b974b..dcc3fef 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true nightly = [] default = [] async = [] -builds = ["dep:dirs"] +builds = [] dispatch_tree = [] general_renderer = ["dep:serde"] @@ -29,8 +29,6 @@ debug = ["dep:log", "dep:env_logger"] just_fmt.workspace = true once_cell.workspace = true -dirs = { workspace = true, optional = true } - # comp just_template = { workspace = true, optional = true } |
