docker-bisect 0.1.0

Runs a command against different layers of an image to identify which layers cause the output of the command to be different.
Documentation
[dependencies.clap]
version = "2.32"

[dependencies.colored]
version = "1.6"

[dependencies.dockworker]
version = "0.0.8"

[dependencies.indicatif]
version = "0.10"

[dependencies.rand]
version = "0.6"

[dependencies.terminal_size]
version = "0.1"

[package]
authors = ["Giles Cope <gilescope@gmail.com>"]
description = "Runs a command against different layers of an image to identify which layers cause the output of the command to be different."
edition = "2018"
keywords = ["docker", "bisect"]
license = "Unlicense OR MIT"
name = "docker-bisect"
repository = "https://github.com/gilescope/docker-bisect"
version = "0.1.0"