]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch03-common-programming-concepts/no-listing-18-functions-with-multiple-parameters/Cargo.toml
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / book / listings / ch03-common-programming-concepts / no-listing-18-functions-with-multiple-parameters / Cargo.toml
1 [package]
2 name = "functions"
3 version = "0.1.0"
4 authors = ["Your Name <you@example.com>"]
5 edition = "2018"
6
7 [dependencies]