]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-04-looping/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / book / listings / ch02-guessing-game-tutorial / no-listing-04-looping / Cargo.toml
CommitLineData
74b04a01
XL
1[package]
2name = "guessing_game"
3version = "0.1.0"
4authors = ["Your Name <you@example.com>"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
6a06907d 10rand = "0.8.3"