test around with multi bin projects
This commit is contained in:
parent
8b16296d5e
commit
289a06a228
6 changed files with 137 additions and 4 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -2,6 +2,10 @@
|
|||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "adventofcode"
|
||||
version = "2022.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "aoc"
|
||||
version = "2022.1.0"
|
||||
|
@ -14,6 +18,14 @@ dependencies = [
|
|||
"clap",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aoc22-gdrop"
|
||||
version = "2022.1.0"
|
||||
dependencies = [
|
||||
"aoc",
|
||||
"clap",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "1.3.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue