Mitchell Berendhuysen
Mitchell Berendhuysen
~~Resolves #148~~ Resolves #156 ~~This pr does not actually resolve any issue but it will prevent stray debug println from being commited to the `main` branch in the future.~~ This...
This is a continuation of #148. The code snippet below can be added at the top of`src/lib.rs` to prevent `println!` that are used for debugging purposes, from making it into...
As it stands now the tool downloads all tools sequentially. This can actually take a very long time if there are a lot of tools defined in the config, or...