advent-of-code-2023/day-08/Cargo.toml

13 lines
260 B
TOML
Raw Normal View History

2023-12-08 15:21:13 +01:00
[package]
name = "day-08"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indoc.workspace = true
itertools.workspace = true
nom.workspace = true
num = "0.4.1"