aoc-2023/d05/Cargo.toml
Ian Fijolek 71309f3672 Day 5
Brute force solution in rust to power through part 2 faster
2023-12-05 17:25:22 -08:00

13 lines
211 B
TOML

[package]
name = "d05"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[bin]]
name = "d05"
path = "main.rs"