diff options
author | cos <cos> | 2020-12-12 10:58:42 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-12 22:13:06 +0100 |
commit | d8118966d1070fecc700f3532ea139ccdcb9d894 (patch) | |
tree | d0b695971dbed287d78d76fb240323f78a662049 /2020/rust/day12/Cargo.toml | |
parent | fb10e41b64192cf2aa0961d43426e12a8fb7ba1c (diff) | |
download | adventofcode-d8118966d1070fecc700f3532ea139ccdcb9d894.zip |
Add day12, 2020
Diffstat (limited to '2020/rust/day12/Cargo.toml')
-rw-r--r-- | 2020/rust/day12/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2020/rust/day12/Cargo.toml b/2020/rust/day12/Cargo.toml new file mode 100644 index 0000000..a5f509b --- /dev/null +++ b/2020/rust/day12/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day12" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +aoc = { path = "../aoc" } +anyhow = "1.0" |