summaryrefslogtreecommitdiff
path: root/03_longest-substring-without-repeating-chars/Cargo.toml
diff options
context:
space:
mode:
authorm4siri <git@m4siri.com>2025-11-30 20:47:11 +0545
committerm4siri <git@m4siri.com>2025-11-30 20:50:52 +0545
commita5e3b1140ec34399e172e0405eb99f323e275a24 (patch)
treed3b436ed072a86e53d3fae7a2ebdf35a7337f19f /03_longest-substring-without-repeating-chars/Cargo.toml
lc starting today - 2025-11-30
Diffstat (limited to '03_longest-substring-without-repeating-chars/Cargo.toml')
-rw-r--r--03_longest-substring-without-repeating-chars/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/03_longest-substring-without-repeating-chars/Cargo.toml b/03_longest-substring-without-repeating-chars/Cargo.toml
new file mode 100644
index 0000000..dadbf03
--- /dev/null
+++ b/03_longest-substring-without-repeating-chars/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "longest_substring_wo_repeating_chars"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]