advent-of-code/2022/day18/rust/Cargo.toml

12 lines
257 B
TOML

[package]
name = "rust_2022_18"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aoc = { path = "../../../common/rust" }
petgraph = "0.6.2"
strum = "0.24.1"