[package] name = "gallium" version = "0.1.3" authors = ["pythondude325 "] edition = "2018" description = "A static site generator with support for handlebars templates and markdown" repository = "https://gitlab.com/pythondude325/gallium" readme = "README.md" categories = ["template-engine", "web-programming"] license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] handlebars = "2.0.1" walkdir = "2.2.9" pulldown-cmark = "0.5.3" textwrap = "0.11.0" structopt = "0.2.18" notify = "4.0.12" failure = "0.1.5"