实现一个命令行工具用于验证文件的SHA1值 添加clap、sha1和hex依赖
添加基本的 Rust 项目文件,包括 Cargo.toml、Cargo.lock、.gitignore 和 main.rs