cargo-archtest-cli 0.1.15

CLI of arch_test_core for rule based architecture tests
[package]
name = "cargo-archtest-cli"
version = "0.1.15"
edition = "2018"
authors = ["Tom Dymel <tom@dymel.dev>"]
description = "CLI of arch_test_core for rule based architecture tests"
license = "AGPL-3.0"
keywords = ["architecture", "test", "plugin", "cargo", "subcommand"]
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::testing"]
repository = "https://github.com/magistrser/arch_test.git"
readme = "../../README.md"
include = [
    "src/",
    "architecture.json",
    "../../README.md",
    "../../LICENCE"
]

[[bin]]
name = "cargo-archtest"
path = "src/main.rs"

[dependencies]
arch_validation_core = "0.1.8"
structopt = "0.3.26"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
cargo_toml = "0.22"

[badges.codecov]
branch = "master"
repository = "Geigerkind/arch_test"
service = "github"