]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-14/Cargo.toml
58787d22de308335ef9e7acf57b8139222d690c1
[rustc.git] / src / doc / book / listings / ch05-using-structs-to-structure-related-data / listing-05-14 / Cargo.toml
1 [package]
2 name = "rectangles"
3 version = "0.1.0"
4 authors = ["Your Name <you@example.com>"]
5 edition = "2018"
6
7 [dependencies]