aboutsummaryrefslogtreecommitdiff
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
parenta127d6f3cf2741d4dc404959c5481fa61651e133 (diff)
Remove unused `dirs` dependency from mingling_core
-rw-r--r--Cargo.lock1
-rw-r--r--mingling_core/Cargo.toml4
2 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9f2ff1..020625c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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 }