gitui/git2-testing/Cargo.toml
extrawurst d4dd58f6ca
move git hooks support into separate crate (#1971)
* unique error type name
* git2 dependency future 
* return hook out/err separately
2023-12-07 16:28:52 +01:00

19 lines
460 B
TOML

[package]
name = "git2-testing"
version = "0.1.0"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "convenience functions to write unittests on top of git2-rs"
homepage = "https://github.com/extrawurst/gitui"
repository = "https://github.com/extrawurst/gitui"
readme = "README.md"
license = "MIT"
categories = ["development-tools"]
keywords = ["git"]
[dependencies]
env_logger = "0.10"
git2 = ">=0.17"
log = "0.4"
tempfile = "3.4"