Files
AOC/2023/day-11/Cargo.toml
Dylan Thies 6a5d1d5454 day 11 done
2023-12-12 08:44:39 -05:00

15 lines
361 B
TOML

[package]
name = "day-11"
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}
nom_locate = {workspace = true }