summaryrefslogtreecommitdiff
path: root/iterators/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-08 20:18:34 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-08 20:18:34 +0800
commit66e7b9956833678a7911abc362031774f31ed211 (patch)
treebecae9f3212b4ffe321ce15af0487c9d49a89a2b /iterators/Cargo.toml
parent20dd593509db111575a370a156d716a0bc851312 (diff)
Iterate with closures
Diffstat (limited to 'iterators/Cargo.toml')
-rw-r--r--iterators/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <jordan.gong@protonmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]