]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / doc / book / listings / ch11-writing-automated-tests / no-listing-08-guess-with-bug / Cargo.toml
1 [package]
2 name = "guessing_game"
3 version = "0.1.0"
4 edition = "2018"
5
6 [dependencies]