8 lines
No EOL
191 B
Rust
8 lines
No EOL
191 B
Rust
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; |