summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 69a0b81fde5dc164c42bdd961d830ba9b24839c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "advent-of-code-2019"
version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3.5"
derive_more = "0.99.2"