trpl-zh-cn/listings/ch09-error-handling/no-listing-09-guess-out-of-range/Cargo.toml
2023-01-16 17:34:52 +08:00

8 lines
99 B
TOML
Executable File

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