set default binary

This commit is contained in:
Leo Drachenfeuer 2022-12-19 08:14:29 +01:00
parent 3f6d9223d5
commit 365061837c
Signed by: dragonleo
GPG key ID: A8338FC081137CF0

View file

@ -2,6 +2,7 @@
name = "aoc22-clap"
version = "2022.1.0"
edition = "2021"
default-run = "aoc22-clap"
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }