From ae49f93dd2aecdca0b4917539961b038b95a3beb Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Wed, 10 Jun 2026 15:11:18 +0800 Subject: Add README code block testing to CI pipeline --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 47cbe6c..665f9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ resolver = "2" members = ["mingling", "mingling_core", "mingling_macros", "mling"] exclude = [ + # README-Tests + "./temp/readme-test", + # Examples "examples/example-argument-parse", "examples/example-async-support", -- cgit