summaryrefslogtreecommitdiff
path: root/02_add-two-numbers/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 /02_add-two-numbers/Cargo.toml
lc starting today - 2025-11-30
Diffstat (limited to '02_add-two-numbers/Cargo.toml')
-rw-r--r--02_add-two-numbers/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/02_add-two-numbers/Cargo.toml b/02_add-two-numbers/Cargo.toml
new file mode 100644
index 0000000..518f1a6
--- /dev/null
+++ b/02_add-two-numbers/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "add_two_numbers"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]