summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-19 18:45:41 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-19 18:45:41 +0800
commit4342fd2e93fc3c08c91c631c67dc7b29dbf4a380 (patch)
treeca721607d623b890964e6294d7fce8c2da46f320 /Cargo.toml
parent0f472677ca2d73060054760cb7984b30f680d4cc (diff)
Update Cargo.toml
Move the ref to the core library (JustEnoughVCS/VersionControl) to a local relative path
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 837049f..5cfe640 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,9 +29,7 @@ strip = "symbols"
[dependencies]
# Just Enough VCS
-just_enough_vcs = { git = "https://github.com/JustEnoughVCS/VersionControl", features = [
- "all",
-] }
+just_enough_vcs = { path = "../VersionControl", features = ["all"] }
# Command Line
clap = { version = "4.5", features = ["derive"] }