diff options
author | cos <cos> | 2021-12-06 07:06:23 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-06 16:00:01 +0100 |
commit | b785c4dc3b7287eea8478e38669a47febb87e3fa (patch) | |
tree | fb4458ef80e876204fee8d32ce8391aa310f957b /2021/rust/day06/Cargo.toml | |
parent | 83859ecb86b5ffb411d0b0a98c021820cdc83630 (diff) | |
download | adventofcode-b785c4dc3b7287eea8478e38669a47febb87e3fa.zip |
Add day06, 2021
Diffstat (limited to '2021/rust/day06/Cargo.toml')
-rw-r--r-- | 2021/rust/day06/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day06/Cargo.toml b/2021/rust/day06/Cargo.toml new file mode 100644 index 0000000..93feea9 --- /dev/null +++ b/2021/rust/day06/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day06" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |