summary refs log tree commit diff stats
path: root/rust/semi-structured-logs/Cargo.lock
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-29 09:43:51 +0530
committerAndinus <andinus@nand.sh>2021-09-29 09:43:51 +0530
commitd8a4756b35ce3576bc5027e166903610558cfeab (patch)
tree5b49c90e6428fe6914f2e9505d73faa1c80dd978 /rust/semi-structured-logs/Cargo.lock
parent45fab565a31a535324a335fa96df8f010d855b5c (diff)
downloadexercism-d8a4756b35ce3576bc5027e166903610558cfeab.tar.gz
Rust: Semi Structured Logs: Add Solution
Diffstat (limited to 'rust/semi-structured-logs/Cargo.lock')
-rw-r--r--rust/semi-structured-logs/Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/semi-structured-logs/Cargo.lock b/rust/semi-structured-logs/Cargo.lock
new file mode 100644
index 0000000..4db2138
--- /dev/null
+++ b/rust/semi-structured-logs/Cargo.lock
@@ -0,0 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "semi_structured_logs"
+version = "0.1.0"