From b71e253b697bae079a0cf2526209334f4b81f9a5 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Fri, 1 Mar 2019 14:01:17 -0500 Subject: Added functional and implemented iterators in minigrep. --- minigrep/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'minigrep/Cargo.toml') diff --git a/minigrep/Cargo.toml b/minigrep/Cargo.toml index 6a8174c..09021c1 100644 --- a/minigrep/Cargo.toml +++ b/minigrep/Cargo.toml @@ -5,3 +5,4 @@ authors = ["Adam Carpenter <53hornet@gmail.com>"] edition = "2018" [dependencies] + -- cgit v1.2.3