Pong for Project Lighthouse.
To build the project, run
cargo buildTo run the project, make sure to have the following environment variables set or in a .env file in the working directory:
LIGHTHOUSE_USER=<your user>
LIGHTHOUSE_TOKEN=<your token>
Then run
cargo run