summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-23 05:29:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-23 05:29:28 +0800
commitfa51df5d748d9d9e3927c56d33e1437a05a8abb1 (patch)
tree4bb8a4c3543ad65d5e261ca4283495cb6cedaece /Cargo.lock
parentcffe4f130d7979df1ebbe84ec77f955b5430e8db (diff)
Update command registration to auto-discover commands
Commands in `./src/cmds/` are now automatically registered. The `[cmd]` section in `.cargo/registry.toml` is now only for overriding or registering commands outside the auto-discovery path.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 20b0ee1..b2e9d00 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1009,6 +1009,7 @@ dependencies = [
"rust-i18n",
"serde",
"serde_json",
+ "string_proc",
"strip-ansi-escapes",
"thiserror",
"tokio",