summary refs log tree commit diff stats
path: root/rust/assembly-line/Cargo.lock
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-11 19:36:29 +0530
committerAndinus <andinus@nand.sh>2021-09-11 19:36:29 +0530
commit50bf972e9374c0f433b53ed80805ba5cbfb2a924 (patch)
tree8f0bac15314536cb4f95dad8236c35fdd9797fd0 /rust/assembly-line/Cargo.lock
parentdeeb163b901cac7169c2e0363bfff8e44d264c8c (diff)
downloadexercism-50bf972e9374c0f433b53ed80805ba5cbfb2a924.tar.gz
Rust: Assembly Line: Add solution
Diffstat (limited to 'rust/assembly-line/Cargo.lock')
-rw-r--r--rust/assembly-line/Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/assembly-line/Cargo.lock b/rust/assembly-line/Cargo.lock
new file mode 100644
index 0000000..69406c1
--- /dev/null
+++ b/rust/assembly-line/Cargo.lock
@@ -0,0 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "assembly-line"
+version = "0.1.0"