github-templates 0.1.5

Generate GitHub issue templates
Documentation
[package]
name = "github-templates"
version = "0.1.5"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoshuawuyts/github-templates"
documentation = "https://docs.rs/github-templates"
description = "Generate GitHub issue templates"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"

[dependencies]
failure = "0.1.2"
exitfailure = "0.5.1"
human-panic = "1.0.0"
structopt = "0.2.10"
log = "0.4.4"
clap_flags = "0.2.0"
mkdirp = "0.1.0"

[dev-dependencies]

[build-dependencies]
structopt = "0.2.10"
clap_flags = "0.2.0"
failure = "0.1.2"
mkdirp = "0.1.0"