]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/Cargo.toml
New upstream version 1.59.0+dfsg1
[rustc.git] / src / doc / book / listings / ch02-guessing-game-tutorial / no-listing-01-cargo-new / Cargo.toml
1 [package]
2 name = "guessing_game"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]