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

[lib]
name = "tmpl"

[dependencies]
serde_yaml = "0.8.15"