summaryrefslogtreecommitdiff
path: root/2019/rust/day06/Cargo.toml
blob: 1da4ea006cd1a7dbd95c6130d1046c1b96af1bdf (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "day06"
version = "0.1.0"
authors = ["cos <cos>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0"