Added in the Cargo.lock file as this will be a binary and we need it. This is just a barebones one for now and will be expanded upon as we add in new crates.
Ran a cargo init --bin to initialize cargo for the project. Reviewed-on: #1