summaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-30 17:26:03 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-30 17:26:03 +0800
commit4421fb2794f2af292f8781e7d12ae002a3f10a9b (patch)
tree31a358dd80a7e1d3855f4a6281eaf5e010bfb429 /mingling_core/Cargo.toml
parentc9e3676e0e2353dc09471c783a3a263dee0fdcb1 (diff)
Add argument parser module with picker API
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index b532ab1..d60c36e 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling_core"
-version = "0.1.0"
+version = "0.1.1"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Core of the mingling library"