git-testtools 0.1.0

Shared code for gitoxide crates to facilitate testing
Documentation
[[bin]]
name = "jtt"
path = "src/main.rs"
[dependencies.bstr]
version = "0.2.15"

[dependencies.crc]
version = "1.8.1"

[dependencies.once_cell]
version = "1.7.2"

[dependencies.tempfile]
version = "3.2.0"

[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "Shared code for gitoxide crates to facilitate testing"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "git-testtools"
version = "0.1.0"