Files
aoc20/1-report_repair/Cargo.toml
2021-01-08 23:41:37 +11:00

12 lines
270 B
TOML

[package]
name = "report_repair"
version = "0.1.0"
authors = ["Guilhem MARION <gmarion@netc.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.9.0"
structopt = "0.3.20"