aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }