From c8f898354dcfc52d31fa8830bc1c7a931697c7e0 Mon Sep 17 00:00:00 2001 From: cos Date: Wed, 1 Dec 2021 09:56:29 +0100 Subject: Add day01, 2021 --- 2021/rust/Cargo.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 2021/rust/Cargo.toml (limited to '2021/rust/Cargo.toml') diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml new file mode 100644 index 0000000..9674b94 --- /dev/null +++ b/2021/rust/Cargo.toml @@ -0,0 +1,28 @@ +[workspace] +members = [ + "day01", +# "day02", +# "day03", +# "day04", +# "day05", +# "day06", +# "day07", +# "day08", +# "day09", +# "day10", +# "day11", +# "day12", +# "day13", +# "day14", +# "day15", +# "day16", +# "day17", +# "day18", +# "day19", +# "day20", +# "day21", +# "day22", +# "day23", +# "day24", +# "day25", +] -- cgit v1.2.3