1/// Contains everything needed to function 2pub mod core; 3/// Contains utilities to manage files 4pub mod file_ops; 5/// Everything needed for the CLI application 6pub mod parse;