rust-book-cn/listings/ch05-using-structs-to-structure-related-data/no-listing-06-method-field-interaction/Cargo.toml

7 lines
81 B
TOML
Raw Normal View History

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