Files
adventofcode/2023/day8/Cargo.toml

11 lines
203 B
TOML
Raw Normal View History

2023-12-08 15:25:21 +01:00
[package]
name = "day8"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc = "2.0.4"
nom = "7.1.3"