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

[dependencies]
getopts = "0.2"