1
0
Fork 0

Implement VCS trait and GitVcs struct with repository management functions; update Cargo.toml and Cargo.lock for new dependencies

This commit is contained in:
Jordon Brooks 2025-06-24 16:32:26 +01:00
parent d94d7fef6e
commit 3b72d2e5f7
Signed by: jordon
GPG key ID: DBD9758CD53E786A
7 changed files with 206 additions and 6 deletions

View file

@ -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"