summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch05-using-structs-to-structure-related-data/listing-05-05/Cargo.toml
blob: 3232b60653e7d7c73358e6997c126b251ebc5121 (plain)
1
2
3
4
5
6
[package]
name = "structs"
version = "0.1.0"
edition = "2021"

[dependencies]