mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
15 lines
228 B
TOML
15 lines
228 B
TOML
[package]
|
|
name = "aoc-2020"
|
|
version = "0.1.0"
|
|
authors = ["Bert Peters <bert@bertptrs.nl>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "3.0.0-beta.2"
|
|
itertools = "0.9"
|
|
num-integer = "0.1"
|
|
regex = "1"
|
|
|
|
[profile.release]
|
|
debug = true
|