From 66e7b9956833678a7911abc362031774f31ed211 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 8 Sep 2020 20:18:34 +0800 Subject: Iterate with closures --- iterators/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 iterators/Cargo.toml (limited to 'iterators/Cargo.toml') diff --git a/iterators/Cargo.toml b/iterators/Cargo.toml new file mode 100644 index 0000000..425cbda --- /dev/null +++ b/iterators/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "iterators" +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