From 39d66182f0290bacc10886c2659874bd9edc2d4b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 19 May 2026 22:48:23 +0800 Subject: Add `empty_result!` macro and `REPL` resource, improve examples --- examples/example-repl/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/example-repl/Cargo.toml (limited to 'examples/example-repl/Cargo.toml') diff --git a/examples/example-repl/Cargo.toml b/examples/example-repl/Cargo.toml new file mode 100644 index 0000000..34b85e3 --- /dev/null +++ b/examples/example-repl/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "example-repl" +version = "0.0.1" +edition = "2024" + +[dependencies] +mingling = { path = "../../mingling", features = ["repl", "parser"] } +just_fmt = "0.1.2" -- cgit