1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
extern crate atty;
#[macro_use]
extern crate failure;
extern crate glob;
extern crate handlebars;
extern crate serde;
extern crate serde_json as json;
extern crate serde_yaml as yaml;
extern crate treediff;
extern crate yaml_rust;

pub mod substitute;
pub mod merge;