diff options
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index da85eaf..83ca647 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -13,7 +13,12 @@ repository.workspace = true [dev-dependencies] serde.workspace = true tokio.workspace = true -mingling = { path = ".", features = ["comp", "general_renderer", "parser"] } +mingling = { path = ".", features = [ + "comp", + "general_renderer", + "parser", + "repl", +] } [package.metadata.docs.rs] features = ["builds", "general_renderer", "repl", "comp", "parser"] |
