diff options
Diffstat (limited to '03_longest-substring-without-repeating-chars/Cargo.toml')
| -rw-r--r-- | 03_longest-substring-without-repeating-chars/Cargo.toml | 6 |
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] |
