Files
rust-lang-zh_CN/projects/guessing_game/Cargo.toml
2026-04-01 16:28:05 +08:00

11 lines
231 B
TOML

[package]
name = "guessing_game-xfossdotcom"
version = "0.1.2"
edition = "2024"
description = "一个有趣的游戏,咱们需要猜出电脑选择了哪个数字。"
license = "MIT OR Apache-2.0"
[dependencies]
rand = "0.8.5"