rename the clap based version to aoc22 only
This commit is contained in:
parent
4af705f372
commit
b6147ca7f2
3 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "aoc22-clap"
|
||||
name = "aoc22"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
authors = ["Leo Drachenfeuer <leo.drachenfeuer@m-spezial.de>"]
|
||||
default-run = "aoc22-clap"
|
||||
default-run = "aoc22"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
Loading…
Add table
Add a link
Reference in a new issue