summaryrefslogtreecommitdiff
path: root/01_two-sum/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '01_two-sum/Cargo.toml')
-rw-r--r--01_two-sum/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/01_two-sum/Cargo.toml b/01_two-sum/Cargo.toml
new file mode 100644
index 0000000..1ee142e
--- /dev/null
+++ b/01_two-sum/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "two_sum"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]