[package]
name = "git-testtools"
description = "Shared code for gitoxide crates to facilitate testing"
version = "0.4.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.5.0", path = "../../git-hash" }
nom = { version = "6", default-features = false, features = ["alloc"]}
bstr = "0.2.15"
crc = "2.0.0"
once_cell = "1.8.0"
tempfile = "3.2.0"
fs_extra = "1.2.0"