trpl-zh-cn/listings/ch09-error-handling/no-listing-09-guess-out-of-range/Cargo.toml
2022-02-06 16:43:51 +08:00

8 lines
99 B
TOML
Executable File

[package]
name = "guessing_game"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.3"