Files
AOC/2023/day-24/Cargo.toml
Dylan Thies e034f6b859 day-24 done
2023-12-28 14:53:11 -05:00

15 lines
338 B
TOML

[package]
name = "day-24"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = { workspace = true }
itertools = {workspace = true }
glam.workspace = true
num = "0.4.1"