tiny-tmpl 0.1.3

A command line utility for interpolating templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde_yaml]
version = "0.8.15"

[lib]
name = "tmpl"

[package]
authors = ["Aiden McClelland <aiden@start9.dev>"]
description = "A command line utility for interpolating templates."
documentation = "https://docs.rs/tiny-tmpl"
edition = "2018"
license = "MIT"
name = "tiny-tmpl"
readme = "README.md"
repository = "https://github.com/Start9Labs/templating-engine-rs"
version = "0.1.3"