aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-15 17:14:14 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-15 17:14:14 +0800
commit5894aa72a8e63f8b6d095678fe58e88fd64836a1 (patch)
treeecd03b2fe46628496a616c13af05cb504dcbe58d
parent06199a26474b1e53761ca6838014c4dc8d3488e2 (diff)
chore(version): add standalone crate version tracking in README
-rw-r--r--.run/version-files.toml4
-rw-r--r--mingling_picker/README.md7
2 files changed, 11 insertions, 0 deletions
diff --git a/.run/version-files.toml b/.run/version-files.toml
index 405652b..f00ae4c 100644
--- a/.run/version-files.toml
+++ b/.run/version-files.toml
@@ -21,3 +21,7 @@ pattern = "mingling = \"{VER}\""
[[file]]
file = "./mingling_picker/README.md"
pattern = "version = \"{VER}\""
+
+[[file]]
+file = "./mingling_picker/README.md"
+pattern = "mingling_picker = \"{VER}\""
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: