mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-13 03:21:20 +08:00
8 lines
99 B
TOML
Executable File
8 lines
99 B
TOML
Executable File
[package]
|
|
name = "guessing_game"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8.3"
|