From fa51df5d748d9d9e3927c56d33e1437a05a8abb1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 05:29:28 +0800 Subject: 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. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3dd3903..379a5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,9 @@ panic = "abort" strip = true [build-dependencies] +# Just Enough VCS String Formatter +string_proc = { path = "../VersionControl/utils/string_proc/" } + chrono = "0.4" toml = "0.9" -- cgit