diff options
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" |