aboutsummaryrefslogtreecommitdiff
path: root/mling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mling/Cargo.toml')
-rw-r--r--mling/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml
index 4954320..8008463 100644
--- a/mling/Cargo.toml
+++ b/mling/Cargo.toml
@@ -25,6 +25,7 @@ mingling = { path = "../mingling", features = [
"structural_renderer",
"extra_macros",
"yaml_serde_fmt",
+ "pathf"
] }
serde = { version = "1", features = ["derive"] }
@@ -37,4 +38,4 @@ toml.workspace = true
[build-dependencies]
chrono = "0.4"
-mingling = { path = "../mingling", features = ["comp", "builds"] }
+mingling = { path = "../mingling", features = ["comp", "pathf", "builds"] }