rust-lang-zh_CN/projects/guessing_game/Cargo.toml

12 lines
302 B
TOML
Raw Normal View History

2023-04-11 17:17:17 +08:00
[package]
name = "guessing_game-xfossdotcom"
license = "MIT"
version = "0.1.1"
description = "一个在其中猜出计算机所选数字的有趣游戏。"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.3"