test_help-rs 0.1.1

Test helpers for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "base-traits"
version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb2de59cca22f51f3301a09c549b0b4a32f56e8a007d0d44b02a1ce42975b37"

[[package]]
name = "bt-rs"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4985bd0bdfcd2a13bdeaa1798240f2168998107a7939a39384c4c7608392a26"

[[package]]
name = "test_help-rs"
version = "0.1.1"
dependencies = [
 "base-traits",
 "bt-rs",
]