advent-of-code-2021/day18/Cargo.toml

13 lines
240 B
TOML
Raw Permalink Normal View History

2021-12-27 20:29:17 +00:00
[package]
name = "day18"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1"
petgraph = "0.6"
itertools = "0.10"
2021-12-27 20:58:39 +00:00
thiserror = "1.0"