From 36dc513e41c349fa69231b81433ccbad911743a6 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Wed, 1 Dec 2021 13:05:54 +0100 Subject: Add solution to day 1 --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 = "*" -- cgit v1.2.3-70-g09d2