adventofcode-2020/day-6/Cargo.toml

11 lines
239 B
TOML

[package]
name = "day-6"
version = "0.1.0"
authors = ["Tristan Daniël Maat <tm@tlater.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc = "0.3"