summaryrefslogtreecommitdiff
path: root/2020/rust/day09/Cargo.toml
blob: 0bff7746cc2b21a96b368829e9a22a19bb24831f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "day09"
version = "0.1.0"
authors = ["cos <cos>"]
edition = "2018"

[dependencies]
aoc = { path = "../aoc" }
anyhow = "1.0"
getopts = "0.2"