morbius
This commit is contained in:
parent
21adfae838
commit
e81fba0172
4 changed files with 6 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -7,6 +7,7 @@ name = "aoc2024"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"gendays",
|
||||
"utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -14,6 +15,7 @@ name = "aoc2025"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"gendays",
|
||||
"utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[workspace]
|
||||
members = [ "gendays", "aoc2024", "aoc2025" , "utils"]
|
||||
members = [ "gendays", "aoc2024", "aoc2025" , "utils" ]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
gendays = { path = "gendays" }
|
||||
utils = { path = "utils" }
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ path = "main.rs"
|
|||
|
||||
[dependencies]
|
||||
gendays = { workspace = true }
|
||||
utils = { workspace = true }
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ path = "main.rs"
|
|||
|
||||
[dependencies]
|
||||
gendays = { workspace = true }
|
||||
utils = { workspace = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue