diff options
author | cos <cos> | 2020-12-11 23:32:19 +0100 |
---|---|---|
committer | cos <cos> | 2020-12-12 00:13:39 +0100 |
commit | 881aff60c703f3929048405fd8bbf8f0533ded72 (patch) | |
tree | 4b6c32e9b1b08d7f6b3b909f5f2a65493b225eb2 /2020/rust/day11/Cargo.toml | |
parent | 8903df64fa9c61802f375d335255712275d4cb8e (diff) | |
download | adventofcode-881aff60c703f3929048405fd8bbf8f0533ded72.zip |
Add day11, 2020
Diffstat (limited to '2020/rust/day11/Cargo.toml')
-rw-r--r-- | 2020/rust/day11/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2020/rust/day11/Cargo.toml b/2020/rust/day11/Cargo.toml new file mode 100644 index 0000000..00a1103 --- /dev/null +++ b/2020/rust/day11/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "day11" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +aoc = { path = "../aoc" } +anyhow = "1.0" +thiserror = "1.0" |