strop-git 0.26.0

strop git: libgit2 hunks vs live buffers, log/blame/permalinks
Documentation
[package]
name = "strop-git"
description = "strop git: libgit2 hunks vs live buffers, log/blame/permalinks"
version.workspace = true
edition.workspace = true
license.workspace = true

[dependencies]
git2 = { version = "0.20", default-features = false }
serde = { version = "1", features = ["derive"] }
strop-core = { path = "../strop-core", version = "0.26.0" }
strop-workspace = { path = "../strop-workspace", version = "0.26.0" }
# path dependency, no new features: remote Git only needs the bounded
# remote-execution boundary (0036 RW8); endpoint identity lives in
# strop-workspace.
strop-remote = { path = "../strop-remote", version = "0.26.0" }
# path dependency, no new features: container Git only needs the bounded
# engine-probe/exec-capture boundary (0037 DC1b); container identity lives
# in strop-workspace.
strop-containers = { path = "../strop-containers", version = "0.26.0" }

[dev-dependencies]
tempfile = "3"
serde_json = "1"