diff options
author | cos <cos> | 2020-12-10 08:46:00 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-12 00:31:41 +0100 |
commit | fb10e41b64192cf2aa0961d43426e12a8fb7ba1c (patch) | |
tree | 5844dccb9d846519b0d00fe0403a5ab5095d2b02 /2020/rust/day10/Cargo.toml | |
parent | 881aff60c703f3929048405fd8bbf8f0533ded72 (diff) | |
download | adventofcode-fb10e41b64192cf2aa0961d43426e12a8fb7ba1c.zip |
Add day10, 2020
Diffstat (limited to '2020/rust/day10/Cargo.toml')
-rw-r--r-- | 2020/rust/day10/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2020/rust/day10/Cargo.toml b/2020/rust/day10/Cargo.toml new file mode 100644 index 0000000..75eae97 --- /dev/null +++ b/2020/rust/day10/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day10" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +aoc = { path = "../aoc" } +anyhow = "1.0" |