aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index 4a8d593..f3ba9a2 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -10,6 +10,7 @@ repository = "https://github.com/catilgrass/mingling"
nightly = []
default = []
async = []
+builds = ["dep:dirs"]
dispatch_tree = []
general_renderer = [
@@ -31,6 +32,8 @@ thiserror = "2"
once_cell = "1.21.4"
+dirs = { version = "6", optional = true }
+
# comp
just_template = { version = "0.1.3", optional = true }