test_bin 0.4.0

A crate for getting the crate binary in an integration test.
Documentation
[[bin]]
name = "test_bin"
path = "src/bin.rs"

[dependencies]

[lib]
name = "test_bin"
path = "src/lib.rs"

[package]
authors = ["Michael Mc Donnell <michael@mcdonnell.dk>"]
description = "A crate for getting the crate binary in an integration test.\n"
documentation = "https://docs.rs/test_bin"
edition = "2018"
homepage = "https://github.com/MichaelMcDonnell/test_bin"
license = "MIT OR Apache-2.0"
name = "test_bin"
readme = "README.md"
repository = "https://github.com/MichaelMcDonnell/test_bin"
version = "0.4.0"