Scaffolding
Some basic support for the program ‒ parsing of command line arguments and logging.
You don't need to look into the Cargo.lock
file. It's a lock file for the build system, so everyone builds with the same versions of libraries and updates only on purpose. It's machine generated, but we want to keep it in the repository, because it is generated from outside world.