[package]
edition = "2024"
name = "taskcmd"
version = "0.1.0"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
exclude = [
"rustfmt.toml",
"Taskfile.yml",
".github/",
".gitignore",
"CODE_OF_CONDUCT.md",
"manual/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task commander"
documentation = "https://docs.rs/taskcmd"
readme = "README.md"
keywords = [
"task",
"commander",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EngosSoftware/taskcmd.git"
[[bin]]
name = "taskcmd"
path = "src/main.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dependencies.idml]
version = "0.6.0"
[dependencies.petgraph]
version = "0.8.3"
[dev-dependencies.cli-assert]
version = "0.1.13-rc.0"