test around with multi bin projects
This commit is contained in:
parent
8b16296d5e
commit
289a06a228
6 changed files with 137 additions and 4 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue