diff options
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 1148f2a..1de0f57 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -60,7 +60,7 @@ docs_rs = [] # Features clap = ["mingling_core/clap", "mingling_macros/clap"] -dispatch_tree = ["mingling_core/dispatch_tree", "mingling_macros/dispatch_tree"] +dispatch_tree = ["mingling_macros/dispatch_tree"] repl = ["mingling_core/repl", "mingling_macros/repl"] comp = ["mingling_core/comp", "mingling_macros/comp"] parser = ["dep:size"] |
