rust-book-cn/english/listings/ch05-using-structs-to-structure-related-data/output-only-01-debug/Cargo.toml
2022-02-13 03:25:29 +08:00

7 lines
81 B
TOML

[package]
name = "rectangles"
version = "0.1.0"
edition = "2021"
[dependencies]