diff options
author | Andinus <andinus@nand.sh> | 2021-09-29 09:43:51 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-09-29 09:43:51 +0530 |
commit | d8a4756b35ce3576bc5027e166903610558cfeab (patch) | |
tree | 5b49c90e6428fe6914f2e9505d73faa1c80dd978 /rust/semi-structured-logs/Cargo.lock | |
parent | 45fab565a31a535324a335fa96df8f010d855b5c (diff) | |
download | exercism-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.lock | 5 |
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" |