add first draft of a gumdrop implementation
This commit is contained in:
parent
289a06a228
commit
3f6d9223d5
4 changed files with 93 additions and 94 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -1,20 +1,6 @@
|
|||
[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