aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed find_archive_path function.diogo4642021-07-111-4/+7
| | | | Fixed infinite loop if an archive file didnt exist.
* Allow parsing depot files with link errors.diogo4642021-07-091-2/+10
| | | | | If there is an error while creating the links after reading from file then a warning is printed and that link is ignored.
* Moved utils module to the root of the crate.diogo4642021-07-091-0/+114