advent_of_code/Cargo.toml

11 lines
240 B
TOML
Raw Normal View History

2020-12-02 06:15:53 +01:00
[package]
name = "advent_of_code"
version = "0.1.0"
authors = ["Dan Ballard <dan@mindstab.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-06 20:11:09 +01:00
regex = "1"