From da5a750965dbec5a2c003faa8fb9f1dd110ccce8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 18 May 2026 17:25:29 +0800 Subject: Implement REPL execution with hooks and argument splitting --- mingling/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mingling/Cargo.toml') 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"] -- cgit