VeriSHA1/Cargo.toml
Yakumo Hokori c362c9232b build: 初始化 Rust 项目结构
添加基本的 Rust 项目文件,包括 Cargo.toml、Cargo.lock、.gitignore 和 main.rs
2025-07-15 16:40:31 +08:00

7 lines
79 B
TOML

[package]
name = "VeriSHA1"
version = "0.1.0"
edition = "2024"
[dependencies]