mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-01 08:04:12 +01:00
18 lines
299 B
TOML
18 lines
299 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"
|
|
|
|
[[bin]]
|
|
name = "2022-02"
|
|
path = "./2022/02/rust/main.rs"
|
|
|
|
# INJECT HERE
|