rust-book-cn/listings/ch02-guessing-game-tutorial/no-listing-04-looping/Cargo.toml

10 lines
197 B
TOML
Raw Normal View History

2021-05-09 14:49:31 +08:00
[package]
name = "guessing_game"
version = "0.1.0"
2022-01-30 01:51:41 +08:00
edition = "2021"
2021-05-09 14:49:31 +08:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.3"