adventofcode-2020/day-15/Cargo.toml

11 lines
240 B
TOML
Raw Permalink Normal View History

2020-12-15 18:55:16 +00:00
[package]
name = "day-15"
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"