diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"] } |
