tap-harness 0.2.0

A Test-Anything-Protocol library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"

[[package]]
name = "tap-harness"
version = "0.2.0"
dependencies = [
 "anyhow",
 "testanything",
]

[[package]]
name = "testanything"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "849b236139b07c6e3f830e063ddd390ec8ec3137e38954d61aa58d7651d09d35"