2024
This commit is contained in:
parent
294c0a8e62
commit
e1ca0d5f61
76 changed files with 4607 additions and 204 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue