cbh_command 0.0.4

Implementation crate for cargo-bench-history - do not reference directly
Documentation
[package]
# Cargo has its own logic for naming and expects dashes for the `cargo-bench-history`
# binary, but its internal implementation crates use the short `cbh_` underscore prefix.
name = "cbh_command"
description = "Implementation crate for cargo-bench-history - do not reference directly"
publish = true
version = "0.0.4"

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[lib]
# This is an implementation crate whose surface is documented on `cargo-bench-history`.
doc = false

[dependencies]
cbh_model = { workspace = true }

[dev-dependencies]
mutants = { workspace = true }

[lints]
workspace = true