diff options
Diffstat (limited to '2020/rust/day08/Cargo.toml')
-rw-r--r-- | 2020/rust/day08/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2020/rust/day08/Cargo.toml b/2020/rust/day08/Cargo.toml new file mode 100644 index 0000000..bb718df --- /dev/null +++ b/2020/rust/day08/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day08" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +aoc = { path = "../aoc" } +anyhow = "1.0" |