chore(tool manager): Progress on adding tools

Going to try changing around the download manager to take a generic trait rather than specifically for game downloads

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-12-30 17:09:31 +11:00
parent 2c8164e54f
commit 3299c71b3d
7 changed files with 46 additions and 0 deletions

View File

@ -9,6 +9,7 @@ mod debug;
mod process;
mod remote;
mod state;
mod tools;
#[cfg(test)]
mod tests;