Files
contests/advent_of_code/2015/7/Cargo.toml

11 lines
206 B
TOML

[package]
name = "main"
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.3"
petgraph = "0.6.4"