AoC2020/Cargo.toml

13 lines
296 B
TOML

[package]
name = "AoC2020"
version = "0.1.0"
authors = ["LongHairedHacker <sebastian@sebastians-site.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.9.0"
lazy_static = "1.4.0"
regex = "1.4.2"