optimize cargo settings

This commit is contained in:
Leo Drachenfeuer 2023-01-26 17:40:26 +01:00
parent b6147ca7f2
commit 9e56cc9f25
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

@ -7,7 +7,7 @@ name = "aoc"
version = "0.0.1" version = "0.0.1"
[[package]] [[package]]
name = "aoc22-clap" name = "aoc22"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"aoc", "aoc",

View file

@ -1,6 +1,6 @@
[workspace] [workspace]
members = [ members = [
"aoc22-clap", "aoc22",
"aoc22-gdrop", "aoc22-gdrop",
"aoc" "aoc"
] ]

2
notes.md Normal file
View file

@ -0,0 +1,2 @@
clap is the best availiable arg parser at the moment for rust but clap comes with the tradeoff of a size overhead for the executalble.
The overhead is around 550kb