//! # Kickstart
//! `kickstart` is a framework to generate projects based on templates.
//! It is available as a library in case you want to use it in your own program and as a CLI.
//! See the [kickstart binary](https://github.com/Keats/kickstart/blob/master/src/main.rs)
//! for an example on how to use the library.
pub use ;
pub use ;
pub use Value;