advent-of-code-2020/day19/Cargo.toml
Tyler Hallada 2fb9b4ed4a Completed day 19 part 1
Part 2 is failing the example and I have no idea why :(
2020-12-24 18:32:55 -05:00

12 lines
257 B
TOML

[package]
name = "day19"
version = "0.1.0"
authors = ["Tyler Hallada <tyler@hallada.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.36"
maplit = "1.0.2"