summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch09-error-handling/listing-09-13/Cargo.toml
blob: d508e9578dff7cbfd288f1d5d8c291f4d34771a4 (plain)
1
2
3
4
5
6
7
[package]
name = "guessing_game"
version = "0.1.0"
edition = "2021"

[dependencies]
rand = "0.8.5"