AoC2019/Cargo.toml
2019-12-01 13:07:09 -05:00

10 lines
261 B
TOML

[package]
name = "advent_of_code_2019"
version = "0.1.0"
authors = ["Gaël Berthaud-Müller <blacksponge@tuta.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33"