summaryrefslogtreecommitdiffstats
path: root/day02a/Cargo.toml
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2022-12-20 14:08:29 +0000
committerShivesh Mandalia <mail@shivesh.org>2022-12-20 14:08:29 +0000
commitcc5b39318201ffbea172195cbd2ac28cb48f6042 (patch)
tree9ea07ae0754133b4f31160181aa343097d221e03 /day02a/Cargo.toml
downloadadvent_of_code_2022-cc5b39318201ffbea172195cbd2ac28cb48f6042.tar.gz
advent_of_code_2022-cc5b39318201ffbea172195cbd2ac28cb48f6042.zip
Initial commit
Diffstat (limited to 'day02a/Cargo.toml')
-rw-r--r--day02a/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day02a/Cargo.toml b/day02a/Cargo.toml
new file mode 100644
index 0000000..9def138
--- /dev/null
+++ b/day02a/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day02a"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]