advent-of-code/2019/Cargo.toml

11 lines
332 B
TOML
Raw Normal View History

2019-12-02 00:53:52 +00:00
[package]
name = "advent-of-code"
version = "0.1.0"
authors = ["Wesley Moore <wes@wezm.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-12-12 10:19:23 +00:00
itertools = "0.8"
regex = { version = "1.0", default-features = false, features = ["std", "unicode-perl"] }