hamlrs-cli 0.4.2

A CLI for convert [Haml](http://haml.info) templates into HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "hamlrs-cli"

version = "0.4.2"

authors = ["Jon Hartwell <jon@dontbreakthebuild.com>"]

license = "MIT"

description = "A CLI for convert [Haml](http://haml.info) templates into HTML"

respository = "https://github.com/jhartwell/haml-rs"

keywords = ["haml", "templating", "template"]

categories = ["command-line-interface", "parser-implementations", "template-engine"]

readme = "README.md"

maintenance = { status = "actively-developed" }



[[bin]]

name = "hamlrs"



[dependencies]

clap = "~2.27.0"

hamlrs = "0.4.2"