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

[dependencies]
aoc = { path = "../../../common/rust/aoc" }
anyhow = "1.0"
termion = "1.5"
num = "0.4"