advent-of-code-2020/day19/Cargo.toml

12 lines
257 B
TOML
Raw Normal View History

[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"