From aca8b408755f9041da9ee083c625de2a8d8c6785 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 22 Jan 2026 08:32:29 +0800 Subject: Refactor CLI command processing with new architecture --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2a0bb00..5b66066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "just_enough_vcs_cli" edition = "2024" build = "build.rs" authors = ["JustEnoughVCS Team"] -homepage = "http://jvcs.cc/" +homepage = "https://github.com/JustEnoughVCS/CommandLine/" [workspace] members = ["tools/build_helper"] @@ -38,6 +38,9 @@ toml = "0.9" # Just Enough VCS just_enough_vcs = { path = "../VersionControl", features = ["all"] } +# Error +thiserror = "2.0.17" + # Serialize serde = { version = "1", features = ["derive"] } serde_json = "1" -- cgit