From 8b2bbdef88f47838ed0326f5c9cf86bac84babde Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 15 Jul 2026 19:31:23 +0800 Subject: feat(picker): add builtin bool pickable and parselib matcher framework Add `Pickable` implementation for `bool` and the supporting `Matcher` trait with utility functions for argument matching. Expose `pickable_needed` and `matcher_needed` modules for downstream trait implementors. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f160c1d..93f6efb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,6 +465,7 @@ dependencies = [ name = "mingling_picker" version = "0.3.0" dependencies = [ + "just_fmt", "mingling_core", "mingling_picker_macros", ] -- cgit