blarf 1.0.6

static site generator
Documentation
[package]
name = "blarf"
version = "1.0.6"
authors = ["Tom Ragle <tragle@gmail.com>"]
edition = "2018"
description = "static site generator"
documentation = "https://docs.rs/crate/blarf"
homepage = "https://github.com/tragle/blarf"
repository = "https://github.com/tragle/blarf"
categories = ["web-programming"]
keywords = ["static", "site", "blog"]
license = "MIT"

[dependencies]
pulldown-cmark = { version = "0.2.0", default-features = false }
clap = "2.32.0"