diff options
author | cos <cos> | 2021-12-12 08:41:41 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-12 22:12:23 +0100 |
commit | efb6f73fdb7f512b419547c0baa7913e6b92d539 (patch) | |
tree | 586e137609e81a8a54598af35597c6140110cf4f /2021/rust/day12/Cargo.toml | |
parent | 886011338af5eff00a2e31097d62acb51be5fbf5 (diff) | |
download | adventofcode-efb6f73fdb7f512b419547c0baa7913e6b92d539.zip |
Add day12, 2021
Diffstat (limited to '2021/rust/day12/Cargo.toml')
-rw-r--r-- | 2021/rust/day12/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day12/Cargo.toml b/2021/rust/day12/Cargo.toml new file mode 100644 index 0000000..7b286ff --- /dev/null +++ b/2021/rust/day12/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day12" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |