diff options
author | Adam Carpenter <53hornet@gmail.com> | 2019-03-01 14:01:17 -0500 |
---|---|---|
committer | Adam Carpenter <53hornet@gmail.com> | 2019-03-01 14:01:17 -0500 |
commit | b71e253b697bae079a0cf2526209334f4b81f9a5 (patch) | |
tree | 0251289af1860305903760f719821593a672ed39 /minigrep/Cargo.toml | |
parent | db0289b1813b73a93c22f12379ba501dbadc7552 (diff) | |
download | learning-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.toml | 1 |
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] + |