mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 04:33:27 +08:00
11 lines
231 B
TOML
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"
|