summaryrefslogtreecommitdiff
path: root/minigrep/Cargo.toml
diff options
context:
space:
mode:
authorAdam Carpenter <53hornet@gmail.com>2019-03-01 14:01:17 -0500
committerAdam Carpenter <53hornet@gmail.com>2019-03-01 14:01:17 -0500
commitb71e253b697bae079a0cf2526209334f4b81f9a5 (patch)
tree0251289af1860305903760f719821593a672ed39 /minigrep/Cargo.toml
parentdb0289b1813b73a93c22f12379ba501dbadc7552 (diff)
downloadlearning-rust-b71e253b697bae079a0cf2526209334f4b81f9a5.tar.xz
learning-rust-b71e253b697bae079a0cf2526209334f4b81f9a5.zip
Added functional and implemented iterators in minigrep.
Diffstat (limited to 'minigrep/Cargo.toml')
-rw-r--r--minigrep/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]
+