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

13 lines
240 B
TOML

[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"
thiserror = "1.0"