[[bin]]
name = "humor"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.3"
[dependencies.dirs]
version = "5.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "2.1"
[dev-dependencies.tempfile]
version = "3.2"
[lib]
name = "humor"
path = "src/lib.rs"
[package]
authors = ["AX"]
categories = ["command-line-utilities", "command-line-interface"]
description = "A tool to execute commands based on YAML configuration files."
edition = "2021"
homepage = "https://github.com/AXEwiges/humor"
keywords = ["cli"]
license = "MIT/Apache-2.0"
name = "humor"
readme = "README.md"
repository = "https://github.com/AXEwiges/humor"
version = "0.0.3"
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"