aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-16 00:13:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-16 00:13:52 +0800
commit7a723cec3520393bbcdf2f652012af277c39f6c9 (patch)
treeac9958f53a7de2bcaa2b7ad254b6f90d0a952a8f /mingling_core
parenta127d6f3cf2741d4dc404959c5481fa61651e133 (diff)
Remove unused `dirs` dependency from mingling_core
Diffstat (limited to 'mingling_core')
-rw-r--r--mingling_core/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
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 }