- add clap, clap-verbosity-flag, env_logger, and log dependencies for improved command-line interface and logging functionality
🔧 chore(Cargo.toml): simplify package description
- update description to be more concise and clear
- add clippy lints for format args and unnecessary semicolon
- allow dead-code lint temporarily for development
- specify library and binary paths for project structure