test around with multi bin projects
This commit is contained in:
parent
8b16296d5e
commit
289a06a228
6 changed files with 137 additions and 4 deletions
8
aoc22-gdrop/Cargo.toml
Normal file
8
aoc22-gdrop/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "aoc22-gdrop"
|
||||
version = "2022.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
aoc = {path= "../aoc"}
|
Loading…
Add table
Add a link
Reference in a new issue