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

[dependencies]
getopts = "0.2"