summaryrefslogtreecommitdiff
path: root/rust/theBook/chapter-12-command-line-project/minigrep/Cargo.lock
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2023-01-11 11:13:11 +0800
committergarhve <git@garhve.com>2023-01-11 11:13:11 +0800
commitb01a4deacb27422c8a78791affc824d00c8841ab (patch)
treeea0b1a2ff1989795174d3229bf8d878d952f7535 /rust/theBook/chapter-12-command-line-project/minigrep/Cargo.lock
parenta5ef3263fbf5b02c69ed9f26225f1d424e355c9f (diff)
finish chapter 12
Diffstat (limited to 'rust/theBook/chapter-12-command-line-project/minigrep/Cargo.lock')
-rw-r--r--rust/theBook/chapter-12-command-line-project/minigrep/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/theBook/chapter-12-command-line-project/minigrep/Cargo.lock b/rust/theBook/chapter-12-command-line-project/minigrep/Cargo.lock
new file mode 100644
index 0000000..1ec6ded
--- /dev/null
+++ b/rust/theBook/chapter-12-command-line-project/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"