advent-of-code/Cargo.toml

18 lines
299 B
TOML
Raw Permalink Normal View History

2023-11-18 16:45:50 +01:00
[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"
2023-11-18 17:52:07 +01:00
2023-11-19 16:44:12 +01:00
[[bin]]
name = "2022-02"
path = "./2022/02/rust/main.rs"
2023-11-18 17:52:07 +01:00
# INJECT HERE