htmd-cli 0.2.0

The command line tool for htmd.
[[bin]]
name = "htmd"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.7"

[dependencies.glob]
version = "0.3.1"

[dependencies.htmd]
version = "0.1"

[dependencies.tokio]
features = ["macros", "fs", "rt-multi-thread"]
version = "1.38.0"

[dependencies.toml]
version = "0.8.14"
[dev-dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.8.0"

[package]
authors = ["letmutex"]
categories = ["text-processing", "parsing", "command-line-utilities"]
description = "The command line tool for htmd."
edition = "2021"
homepage = "https://github.com/letmutex/htmd-cli"
keywords = ["cli", "html", "markdown", "converter"]
license = "Apache-2.0"
name = "htmd-cli"
readme = "README.md"
repository = "https://github.com/letmutex/htmd-cli"
version = "0.2.0"