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