Implement VCS trait and GitVcs struct with repository management functions; update Cargo.toml and Cargo.lock for new dependencies
This commit is contained in:
parent
d94d7fef6e
commit
3b72d2e5f7
7 changed files with 206 additions and 6 deletions
|
@ -31,4 +31,6 @@ tauri = { version = "2", features = [] }
|
|||
tauri-plugin-opener = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
git2 = "0.20.2"
|
||||
thiserror = "2.0.12"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue