summaryrefslogtreecommitdiff
path: root/longest-common-prefix/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'longest-common-prefix/Cargo.toml')
-rw-r--r--longest-common-prefix/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/longest-common-prefix/Cargo.toml b/longest-common-prefix/Cargo.toml
new file mode 100644
index 0000000..91d0dc9
--- /dev/null
+++ b/longest-common-prefix/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "longest-common-prefix"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]