guidon 0.1.1

Library to initialize project from templates
Documentation
[package]
name = "guidon"
description = "Library to initialize project from templates"
version = "0.1.1"
authors = ["darlaam <darlaam@pm.me>"]
edition = "2018"
license = "MITĀ ORĀ Apache-2.0"
keywords = ["guidon", "template", "project", "handlebars"]
categories = ["development-tools", "template-engine"]
homepage = "https://gitlab.com/rs-guidon/guidon"
repository = "https://gitlab.com/rs-guidon/guidon"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
handlebars = "3.0.1"
log = "0.4.8"
toml = "0.5.6"
serde = "1.0.106"
serde_derive = "1.0.106"

[dev-dependencies]
env_logger = "0.7.1"
pretty_assertions = "0.6.1"