diff options
author | cos <cos> | 2021-12-13 07:46:50 +0100 |
---|---|---|
committer | cos <cos> | 2021-12-13 12:50:49 +0100 |
commit | 224001efc7aae4c5ec875f99c5f39e50c372c36a (patch) | |
tree | 2fc20c94e88ee819105f59ec9705014f28e96adc /2021/rust/day13/Cargo.toml | |
parent | efb6f73fdb7f512b419547c0baa7913e6b92d539 (diff) | |
download | adventofcode-224001efc7aae4c5ec875f99c5f39e50c372c36a.zip |
Add day13, 2021
Diffstat (limited to '2021/rust/day13/Cargo.toml')
-rw-r--r-- | 2021/rust/day13/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day13/Cargo.toml b/2021/rust/day13/Cargo.toml new file mode 100644 index 0000000..8408975 --- /dev/null +++ b/2021/rust/day13/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day13" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" |