mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
10 lines
155 B
TOML
10 lines
155 B
TOML
[package]
|
|
name = "aoc-2016"
|
|
version = "0.1.0"
|
|
authors = ["Bert Peters <bert@bertptrs.nl>"]
|
|
|
|
[dependencies]
|
|
clap = "2.32"
|
|
regex = "1.0"
|
|
itertools = "0.7.8"
|