1
2
3
4
5
6
7
mod build;
mod create;

pub use build::build;
pub use create::create;

pub const GITIGNORE: &str = "/target";