comb 0.2.0

CLI for the Handlebars templating engine
[dependencies.clap]
features = ["cargo"]
version = "3.2.20"

[dependencies.colored]
version = "2.0.0"

[dependencies.exitcode]
version = "1.1.2"

[dependencies.handlebars]
version = "4.3.3"

[dependencies.quit]
version = "1.1.4"

[package]
authors = ["Hunter Wittenborn <hunter@hunterwittenborn.com"]
categories = ["command-line-utilities", "template-engine"]
description = "CLI for the Handlebars templating engine"
edition = "2021"
keywords = ["handlebars", "template"]
license = "GPL-3.0-or-later"
name = "comb"
readme = "README.md"
repository = "https://github.com/hwittenborn/comb"
resolver = "2"
version = "0.2.0"