feat: add initial project structure and dependencies
- add a `.gitignore` file with `/target` as its content
- add a `cargo.toml` file with various dependencies and configurations
- add a `readme.md` file with project information and installation instructions
- add new `mod.rs` files with parsing and command handling functions
- add a `dirs.rs` file with directory handling functions
- add a `main.rs` file with cli parsing and command execution logic
This is a binary file and will not be displayed.