diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-18 17:25:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-18 17:26:37 +0800 |
| commit | da5a750965dbec5a2c003faa8fb9f1dd110ccce8 (patch) | |
| tree | b793769ec40494c1ab056c65748c3393b5a849ed /mingling/Cargo.toml | |
| parent | ab7c5785fb290541ad4361c0d46241817c3ff5f9 (diff) | |
Implement REPL execution with hooks and argument splitting
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"] |
