From 638f6d997e76f45a665e2de741e6c4b2b5616aef Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Thu, 3 Sep 2020 14:34:26 +0800 Subject: Find the largest T --- largest/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 largest/Cargo.toml (limited to 'largest/Cargo.toml') diff --git a/largest/Cargo.toml b/largest/Cargo.toml new file mode 100644 index 0000000..aeb611b --- /dev/null +++ b/largest/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "largest" +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