adventofcode-2020/day-16/Cargo.toml

13 lines
274 B
TOML
Raw Normal View History

2020-12-16 17:33:16 +00:00
[package]
name = "day-16"
version = "0.1.0"
authors = ["Tristan Daniël Maat <tm@tlater.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc = "0.3"
2020-12-16 18:15:33 +00:00
lazy_static = "1.4"
regex = "1.4"