1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
autoconfig/src/installer/utils/mod.rs

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;