rust-book-cn/listings/ch05-using-structs-to-structure-related-data/listing-05-09/Cargo.toml

7 lines
81 B
TOML
Raw Normal View History

2021-05-09 14:49:31 +08:00
[package]
name = "rectangles"
version = "0.1.0"
2022-01-30 14:09:43 +08:00
edition = "2021"
2021-05-09 14:49:31 +08:00
[dependencies]