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

View file

@ -1,6 +1,20 @@
[workspace]
[package]
name = "adventofcode"
version = "2022.1.0"
edition = "2021"
[workspace]
members = [
"aoc22-clap",
"aoc22-gdrop",
"aoc"
]
]
[[bin]]
name = "aoc22-clap"
path = "aoc22-clap"
[[bin]]
name = "aoc22-gdrop"
path = "aoc22-gdrop"