[package] name = "tiny-tmpl" version = "0.1.3" authors = ["Aiden McClelland "] 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"