Tristan Daniël Maat
3c3ef92ff8
This is to have a potentially nicer way to iterate neighbours, as well as recursive directions. While the former is neater than it was previously, the latter sadly wasn't possible after all, and it's very inefficient.
12 lines
257 B
TOML
12 lines
257 B
TOML
[package]
|
|
name = "day-11"
|
|
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"
|
|
petgraph = "0.5"
|