refactor projekt to implement and test other cli libs
This commit is contained in:
parent
f091f19a55
commit
8b16296d5e
34 changed files with 35 additions and 15 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,8 +1,6 @@
|
|||
[package]
|
||||
name = "adventofcode2022"
|
||||
version = "2022.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
members = [
|
||||
"aoc22-clap",
|
||||
"aoc"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue