test_help-rs 0.1.2

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