This project serves as a demostration of a gRPC server/client for a simple calculator
As of now the only way to change this is to modify the code, I'll change this on the future
To run server: cargo run --bin server
To run client: cargo run --bin client