endringer-git 0.31.0

Git backend for endringer (powered by gix).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name         = "endringer-git"
description  = "Git backend for endringer (powered by gix)."
readme       = "README.md"
version.workspace      = true
edition.workspace      = true
authors.workspace      = true
license.workspace      = true
repository.workspace   = true
rust-version.workspace = true

[dependencies]
endringer-core = { workspace = true }
anyhow         = { workspace = true }
gix            = { workspace = true }