Initial Project Setup
The Daemon project needs to be created with the following elements:
- A proper .gitignore file.
- A README file with the name of the project and a basic description written in markdown.
- Have correct Cargo compilation
- Run as an executable
100% Completed