reatler 0.6.5

A thing that can bundle files into single one
1
2
3
4
5
6
7
8
9
mod choice;
mod dir;
mod project_type;
mod reatler;
mod smart;
fn main() {
    let args = std::env::args().collect::<Vec<String>>();
    reatler::run(&args);
}