From a5e3b1140ec34399e172e0405eb99f323e275a24 Mon Sep 17 00:00:00 2001 From: m4siri Date: Sun, 30 Nov 2025 20:47:11 +0545 Subject: lc starting today - 2025-11-30 --- 03_longest-substring-without-repeating-chars/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 03_longest-substring-without-repeating-chars/Cargo.toml (limited to '03_longest-substring-without-repeating-chars/Cargo.toml') 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] -- cgit v1.2.3