pbl 0.1.0

A simple command line publisher using data files and mustache templates.
[badges.maintenance]
status = "actively-maintained"
[dependencies.clap]
version = "2.33.1"

[dependencies.ramhorns]
version = "0.10.2"

[dependencies.serde]
version = "1.0.124"

[dependencies.serde_derive]
version = "1.0.124"

[dependencies.serde_json]
version = "1.0.56"

[package]
authors = ["shane <shane@digitalsanctum.com>"]
categories = ["command-line-utilities", "command-line-interface", "rendering", "parsing", "template-engine"]
description = "A simple command line publisher using data files and mustache templates."
edition = "2018"
exclude = ["*.json", "*.mustache"]
keywords = ["cli", "mustache", "publisher", "template"]
license-file = "LICENSE"
name = "pbl"
readme = "README.md"
repository = "https://github.com/digitalsanctum/pbl"
version = "0.1.0"