1
0
Fork 0

Refactor + Remove structopt

This commit is contained in:
Florian RICHER (MrDev023) 2021-08-09 20:19:10 +02:00
parent 988c78b615
commit c6e652c12b
24 changed files with 163 additions and 338 deletions

View file

@ -0,0 +1,8 @@
pub(self) static TEMP_FOLDER: &str = "temp";
pub(self) static INSTALL_FOLDER: &str = ".autoconfig";
pub mod downloader;
pub mod extractor;
pub mod git;
pub mod file_utils;
pub mod configure;