]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch19-advanced-features/no-listing-17-map-initializer/Cargo.toml
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / book / listings / ch19-advanced-features / no-listing-17-map-initializer / Cargo.toml
1 [package]
2 name = "functions-example"
3 version = "0.1.0"
4 authors = ["Your Name <you@example.com>"]
5 edition = "2018"
6
7 [dependencies]