git-testtools 0.1.0

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

[[bin]]
name = "jtt"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bstr = "0.2.15"
crc = "1.8.1"
once_cell = "1.7.2"
tempfile = "3.2.0"