trpl-zh-cn/listings/ch09-error-handling/no-listing-09-guess-out-of-range/Cargo.toml

8 lines
99 B
TOML
Raw Normal View History

2022-02-06 16:43:51 +08:00
[package]
name = "guessing_game"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.3"