aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-11 13:25:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-11 13:25:47 +0800
commitd58c10f0c14be5bc394aff4cde968b17eb2ae5d9 (patch)
treecc66a6d857051492cd1501854175e76f9803facf /mingling_picker
parent2c197f6ad9a383b8d5ab91e6e6e2e059a9be062c (diff)
chore(picker): add mingling_core as a dependency
Diffstat (limited to 'mingling_picker')
-rw-r--r--mingling_picker/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_picker/Cargo.toml b/mingling_picker/Cargo.toml
index 71205d7..f992373 100644
--- a/mingling_picker/Cargo.toml
+++ b/mingling_picker/Cargo.toml
@@ -9,3 +9,4 @@ readme = "README.md"
description = "Mingling's lightweight argument parser"
[dependencies]
+mingling_core.workspace = true