AoC2020/Cargo.toml

11 lines
258 B
TOML
Raw Normal View History

2020-12-07 17:10:49 +01:00
[package]
name = "AoC2020"
version = "0.1.0"
authors = ["LongHairedHacker <sebastian@sebastians-site.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-07 18:04:24 +01:00
itertools = "0.9.0"