diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-13 17:16:32 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-13 17:16:32 +0800 |
commit | 2ae92ce449a8456a25a5faebf47f38fdfd9f226c (patch) | |
tree | b0e693e2df3611df16c3dd752c07b9743be1edbe /rectangles/Cargo.toml | |
parent | 95aaa2790a75e9e5476a53ff52d324b4201ef39b (diff) |
Implement and use "Rectangle" struct
Diffstat (limited to 'rectangles/Cargo.toml')
-rw-r--r-- | rectangles/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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 <jordan.gong@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |