diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-19 18:45:41 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-19 18:45:41 +0800 |
| commit | 4342fd2e93fc3c08c91c631c67dc7b29dbf4a380 (patch) | |
| tree | ca721607d623b890964e6294d7fce8c2da46f320 /Cargo.toml | |
| parent | 0f472677ca2d73060054760cb7984b30f680d4cc (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.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"] } |
