test_help-rs 0.2.0

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.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aa49c96e3f1fd331a27a1f1e9c05323215b07b6c9ef21466cef792534737318"
dependencies = [
 "bt-rs",
]

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

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