summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }