[package]
name = "git-testtools"
description = "Shared code for gitoxide crates to facilitate testing"
version = "0.6.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[[bin]]
name = "jtt"
path = "src/main.rs"
[dependencies]
git-hash = { version = "^0.9.3", path = "../../git-hash" }
nom = { version = "7", default-features = false, features = ["std"]}
bstr = "0.2.15"
crc = "2.0.0"
once_cell = "1.8.0"
tempfile = "3.2.0"
fs_extra = "1.2.0"
parking_lot = { version = "0.12.0" }