tempo 0.1.0

A Rust templating library
Documentation
[[bin]]
name = "tempo"
path = "tools/tempo.rs"

[dependencies.error-chain]
version = "0.10"

[dependencies.regex]
version = "0.2"

[lib]
name = "tempo"
path = "src/lib.rs"

[package]
authors = ["Dylan McKay <me@dylanmckay.io>"]
description = "A Rust templating library"
license = "MIT"
name = "tempo"
version = "0.1.0"