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

8
aoc22-gdrop/Cargo.toml Normal file
View 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"}