aoc22/Cargo.toml
2022-12-12 20:05:02 +01:00

13 lines
218 B
TOML

[package]
name = "aoc22"
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 = "d1p1"
path = "src/d1p1.rs"