From 003e092786221abaef21e197a810f40b1cc9b57f Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 8 Sep 2020 20:47:03 +0800 Subject: Improve minigrep with iterators --- minigrep-improved/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 minigrep-improved/Cargo.toml (limited to 'minigrep-improved/Cargo.toml') diff --git a/minigrep-improved/Cargo.toml b/minigrep-improved/Cargo.toml new file mode 100644 index 0000000..3fc4cdf --- /dev/null +++ b/minigrep-improved/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "minigrep" +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