summaryrefslogtreecommitdiff
path: root/rola-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rola-cli/Cargo.toml')
-rw-r--r--rola-cli/Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/rola-cli/Cargo.toml b/rola-cli/Cargo.toml
index c9cf562..8ecc0f9 100644
--- a/rola-cli/Cargo.toml
+++ b/rola-cli/Cargo.toml
@@ -25,22 +25,25 @@ clap = { version = "4.6.1", features = ["derive"] }
[dependencies.mingling]
git = "https://github.com/mingling-rs/mingling.git"
-rev = "4be889ac2dc5263ce03bb014de24916bee2e9aa8"
+rev = "3888feded3cb83865d6161de642a1a298a7a5835"
features = [
"parser",
"extra_macros",
"dispatch_tree",
"comp",
"clap",
- "general_renderer"
+ "structural_renderer",
+ "pathf"
]
[build-dependencies.mingling]
git = "https://github.com/mingling-rs/mingling.git"
-rev = "4be889ac2dc5263ce03bb014de24916bee2e9aa8"
+rev = "3888feded3cb83865d6161de642a1a298a7a5835"
features = [
"builds",
- "comp"
+ "comp",
+ "dispatch_tree",
+ "pathf",
]
[build-dependencies]