summaryrefslogtreecommitdiff
path: root/05_longest-palindromic-substring/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '05_longest-palindromic-substring/Cargo.lock')
-rw-r--r--05_longest-palindromic-substring/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/05_longest-palindromic-substring/Cargo.lock b/05_longest-palindromic-substring/Cargo.lock
new file mode 100644
index 0000000..6f94d4a
--- /dev/null
+++ b/05_longest-palindromic-substring/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "longest-palindromic-substring"
+version = "0.1.0"