taskcmd 0.1.2

Task commander
Documentation
[package]
name = "taskcmd"
version = "0.1.2"
authors = ["Dariusz Depta <depta@engos.de>"]
description = "Task commander"
documentation = "https://docs.rs/taskcmd"
repository = "https://github.com/EngosSoftware/taskcmd.git"
keywords = ["task", "commander"]
homepage = "https://engossoftware.github.io/taskcmd/"
categories = ["command-line-utilities"]
edition = "2024"
license = "MIT OR Apache-2.0"
exclude = [
    ".gitignore",
    ".taskcmd",
    "CODE_OF_CONDUCT.md",
    "rustfmt.toml",
    "adr",
    "manual",
    "tmBundle"
]

[dependencies]
antex = "0.2.3"
idml = "0.6.0"
petgraph = "0.8.3"

[dev-dependencies]
cli-assert = "0.1.13-rc.0"