]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch13-functional-features/listing-13-27/Cargo.toml
New upstream version 1.61.0+dfsg1
[rustc.git] / src / doc / book / listings / ch13-functional-features / listing-13-27 / Cargo.toml
1 [package]
2 name = "minigrep"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]