AoC2020/Cargo.toml

13 lines
308 B
TOML

[package]
name = "advent_of_code_2020"
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 = "3.0.0-beta.2"
num_enum = "0.5.1"
itertools = "0.9.0"