mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-01 08:04:12 +01:00
14 lines
241 B
TOML
14 lines
241 B
TOML
[package]
|
|
name = "advent-of-code"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[[bin]]
|
|
name = "2022-01"
|
|
path = "./2022/01/rust/main.rs"
|
|
|
|
# INJECT HERE
|