[package]
edition = "2021"
rust-version = "1.58.0"
name = "exec-target"
version = "0.3.0"
authors = ["aki <aki.akaguma@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
the simple invoke command for test
"""
readme = "README.md"
keywords = [
"invoke",
"command",
]
categories = [
"development-tools::testing",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aki-akaguma/exec-target"
[lib]
name = "exec_target"
path = "src/lib.rs"
[dependencies]
[build-dependencies]