optimize cargo settings
This commit is contained in:
parent
b6147ca7f2
commit
9e56cc9f25
3 changed files with 4 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"aoc22-clap",
|
"aoc22",
|
||||||
"aoc22-gdrop",
|
"aoc22-gdrop",
|
||||||
"aoc"
|
"aoc"
|
||||||
]
|
]
|
||||||
|
|
2
notes.md
Normal file
2
notes.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue