summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-22 08:32:29 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-22 08:32:29 +0800
commitaca8b408755f9041da9ee083c625de2a8d8c6785 (patch)
tree5747d389d5218ccf39e2153ae1346f7b5bfe8fb8 /Cargo.toml
parent0d614f3e2104e9b840ebc7e53a6caa6af1671636 (diff)
Refactor CLI command processing with new architecture
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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"