summaryrefslogtreecommitdiff
path: root/minigrep/Cargo.lock
diff options
context:
space:
mode:
authorj-james2022-11-15 08:00:02 +0000
committerj-james2022-11-15 08:01:55 +0000
commitef73dc1db2f0389912e442b0f6cd5fa6712d4026 (patch)
tree44d5673de3be8e6caf879914498572ea83f23cfa /minigrep/Cargo.lock
parent06615702d85d5640984ab0e6a7b3155df4d261a3 (diff)
Add the I/O project from the Rust book
Diffstat (limited to 'minigrep/Cargo.lock')
-rw-r--r--minigrep/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/minigrep/Cargo.lock b/minigrep/Cargo.lock
new file mode 100644
index 0000000..1ec6ded
--- /dev/null
+++ b/minigrep/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "minigrep"
+version = "0.1.0"