test around with multi bin projects

This commit is contained in:
Leo Drachenfeuer 2022-12-13 12:32:36 +01:00
parent 8b16296d5e
commit 289a06a228
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
6 changed files with 137 additions and 4 deletions

12
Cargo.lock generated
View file

@ -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"