advent-of-code-2019/day12/Cargo.toml
2020-01-11 23:09:39 -05:00

13 lines
274 B
TOML

[package]
name = "day12"
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]
lazy_static = "1.4.0"
num = "0.2.1"
regex = "1.3.3"