rename the clap based version to aoc22 only

This commit is contained in:
Leo Drachenfeuer 2022-12-19 09:25:54 +01:00
parent 4af705f372
commit b6147ca7f2
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
3 changed files with 2 additions and 2 deletions

View file

@ -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"] }