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, 1 insertions, 2 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml
index a08c8d5..634b76e 100644
--- a/mling/Cargo.toml
+++ b/mling/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-interface"]
[[bin]]
name = "cargo-mling"
-path = "src/bin/mling.rs"
+path = "src/bin/cargo-mling.rs"
[[bin]]
name = "mling"
@@ -25,7 +25,6 @@ mingling = { path = "../mingling", features = [
"comp",
"general_renderer",
"extra_macros",
- "dispatch_tree",
] }
serde = { version = "1", features = ["derive"] }