[package] name = "hbgen" version = "0.1.0" description = "Runs the handlebars template system on a file, generating static" authors = ["Kristoffer Ödmark "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version = "~2.27.0", features = ["yaml"]} handlebars = "3.0"