]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch11-writing-automated-tests/listing-11-01/Cargo.toml
bump version to 1.79.0+dfsg1-1~bpo12+pve2
[rustc.git] / src / doc / book / listings / ch11-writing-automated-tests / listing-11-01 / Cargo.toml
1 [package]
2 name = "adder"
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]