Rust CLI

Now that the counter is deployed we need a way to interact with it.
We could use curl and manually create solutions but that would be cumbersome.
Instead we will create a simple CLI in Rust to interact with the counter. This will reuse the functionality you have already written in the app.