Files
rust-hello-project/Cargo.toml
2026-05-02 13:54:36 +08:00

10 lines
149 B
TOML

[package]
name = "hello"
version = "0.1.1"
edition = "2024"
description = "这是Rust编写的程序"
license = "MIT"
[dependencies]
rand = "0.9.2"