diff options
author | cos <cos> | 2021-12-01 09:56:29 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-01 10:02:42 +0100 |
commit | c8f898354dcfc52d31fa8830bc1c7a931697c7e0 (patch) | |
tree | 7de44d17b85149a9ea28b3ad797085db7fe718dc /2021/rust/Cargo.toml | |
parent | bd71657aaadb45b75d4bb847232fe688892e3404 (diff) | |
download | adventofcode-c8f898354dcfc52d31fa8830bc1c7a931697c7e0.zip |
Add day01, 2021
Diffstat (limited to '2021/rust/Cargo.toml')
-rw-r--r-- | 2021/rust/Cargo.toml | 28 |
1 files changed, 28 insertions, 0 deletions
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", +] |