mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-11-09 09:22:33 +00:00
10 lines
182 B
TOML
10 lines
182 B
TOML
[package]
|
|
name = "advent-of-code"
|
|
version = "0.1.0"
|
|
authors = ["Wesley Moore <wes@wezm.net>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.6"
|
|
lazy_static = "1.2.0"
|
|
regex = "1.1.0"
|