From 5894aa72a8e63f8b6d095678fe58e88fd64836a1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 15 Jul 2026 17:14:14 +0800 Subject: chore(version): add standalone crate version tracking in README --- mingling_picker/README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mingling_picker') diff --git a/mingling_picker/README.md b/mingling_picker/README.md index efd72ad..c83bff4 100644 --- a/mingling_picker/README.md +++ b/mingling_picker/README.md @@ -10,6 +10,13 @@ features = [ ] ``` +Of course, you can also use it as a standalone crate by replacing `mingling::picker` with `mingling_picker`: + +```toml +[dependencies] +mingling_picker = "0.3.0" +``` + ## Chained Argument Parser Provides a clean chained-call API for declaring arguments to parse: -- cgit