summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2021-12-01 13:05:54 +0100
committerArne Dußin2021-12-01 13:05:54 +0100
commit36dc513e41c349fa69231b81433ccbad911743a6 (patch)
tree791221a43654e77bf6c49a8231dc0e814539dc05 /Cargo.toml
downloadaoc2021-36dc513e41c349fa69231b81433ccbad911743a6.tar.gz
aoc2021-36dc513e41c349fa69231b81433ccbad911743a6.zip
Add solution to day 1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e09bbf2
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc2021"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+argparse = "*"