chore: migrate from git command to gix (#16)
Rust / build (macos-latest, stable) (push) Canceled after 0s
Rust / build (ubuntu-latest, stable) (push) Canceled after 0s
Rust / build (windows-latest, stable) (push) Canceled after 0s

Reviewed-on: https://git.reya.su/reya/signed/pulls/16
This commit was merged in pull request #16.
This commit is contained in:
2026-09-08 04:01:13 +00:00
parent 1af4c66566
commit a8e19e5fcd
6 changed files with 866 additions and 281 deletions
+2
View File
@@ -9,6 +9,8 @@ signed_core = { path = "../signed_core" }
nostr.workspace = true
gix = { workspace = true, features = ["revision", "blob-diff"] }
gix-worktree = "0.56"
gix-worktree-state = "0.34"
anyhow.workspace = true
[dev-dependencies]