From 2ae92ce449a8456a25a5faebf47f38fdfd9f226c Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Thu, 13 Aug 2020 17:16:32 +0800 Subject: Implement and use "Rectangle" struct --- rectangles/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rectangles/Cargo.toml (limited to 'rectangles/Cargo.toml') diff --git a/rectangles/Cargo.toml b/rectangles/Cargo.toml new file mode 100644 index 0000000..0c8dc26 --- /dev/null +++ b/rectangles/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rectangles" +version = "0.1.0" +authors = ["Jordan Gong "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3