This commit is contained in:
Spectre 2024-12-02 23:14:39 +01:00
parent 294c0a8e62
commit e1ca0d5f61
76 changed files with 4607 additions and 204 deletions

View file

@ -6,8 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = ["shared", "aoc2023"]
members = ["shared", "aoc2023", "aoc2024"]
[dependencies]
shared = { path = "shared" }
aoc2023 = { path = "aoc2023" }
aoc2024 = { path = "aoc2024" }
reqwest = { version = "0.12.9", features = ["cookies", "blocking"] }