summaryrefslogtreecommitdiffstats
path: root/day01a/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 /day01a/Cargo.toml
downloadadvent_of_code_2022-cc5b39318201ffbea172195cbd2ac28cb48f6042.tar.gz
advent_of_code_2022-cc5b39318201ffbea172195cbd2ac28cb48f6042.zip
Initial commit
Diffstat (limited to 'day01a/Cargo.toml')
-rw-r--r--day01a/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/day01a/Cargo.toml b/day01a/Cargo.toml
new file mode 100644
index 0000000..d768066
--- /dev/null
+++ b/day01a/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day01a"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+clap = { version = "3.2.20", features = ["derive"] }