insync: A command-line application for keeping frequently used tools updated

Developer Information

Developed by Magnus Rødseth.

Running the application

```sh

Navigate to the project directory

cd insync

Run in development mode

cargo run

or

Run the executable in production

./target/release/insync ```