adventofcode2023/day17/Cargo.toml

18 lines
304 B
TOML
Raw Normal View History

2023-12-17 12:06:47 -06:00
[package]
name = "day17"
version = "0.1.0"
edition = "2021"
default-run = "main"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[bin]]
name = "main"
path= "src/main.rs"
[[bin]]
name = "visualization"
path= "src/main_visualization.rs"