Files
signed/crates/signed_git/Cargo.toml
T
reya a8e19e5fcd
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
chore: migrate from git command to gix (#16)
Reviewed-on: https://git.reya.su/reya/signed/pulls/16
2026-09-08 04:01:13 +00:00

18 lines
361 B
TOML

[package]
name = "signed_git"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
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]
tempfile = "3"