strop-git 0.3.2

strop git: libgit2 hunks vs live buffers, log/blame/permalinks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]
# default-features = false: no openssl/ssh/https (0002 §2.3) — libgit2
# does local repo work only; network git is shell `git`'s job.
git2 = { version = "0.20", default-features = false }

[dev-dependencies]
tempfile = "3"