File tree Expand file tree Collapse file tree 4 files changed +26
-18
lines changed
Expand file tree Collapse file tree 4 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 1+ [workspace .package ]
2+ version = " 0.1.13"
3+ authors = [" Taylor Cramer <cramertj@google.com>" , " Benjamin Brittain <bwb@google.com>" , " Erick Tryzelaar <etryzelaar@google.com>" ]
4+ edition = " 2018"
5+ license = " BSD-3-Clause"
6+ description = " Derive-based argument parsing optimized for code size"
7+ repository = " https://github.com/google/argh"
8+
19[workspace ]
210members = [
311 " argh" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " argh"
3- version = " 0.1.12"
4- authors = [" Taylor Cramer <cramertj@google.com>" , " Benjamin Brittain <bwb@google.com>" , " Erick Tryzelaar <etryzelaar@google.com>" ]
5- edition = " 2018"
3+ version.workspace = true
4+ authors.workspace = true
5+ edition.workspace = true
6+ license.workspace = true
7+ description.workspace = true
8+ repository.workspace = true
69categories = [" command-line-interface" ]
710keywords = [" args" , " arguments" , " derive" , " cli" ]
8- license = " BSD-3-Clause"
9- description = " Derive-based argument parser optimized for code size"
10- repository = " https://github.com/google/argh"
1111readme = " README.md"
1212
1313[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " argh_derive"
3- version = " 0.1.12 "
4- authors = [ " Taylor Cramer <cramertj@google.com> " , " Benjamin Brittain <bwb@google.com> " , " Erick Tryzelaar <etryzelaar@google.com> " ]
5- edition = " 2018 "
6- license = " BSD-3-Clause "
7- description = " Derive-based argument parsing optimized for code size "
8- repository = " https://github.com/google/argh "
3+ version.workspace = true
4+ authors.workspace = true
5+ edition.workspace = true
6+ license.workspace = true
7+ description.workspace = true
8+ repository.workspace = true
99readme = " README.md"
1010
1111[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " argh_shared"
3- version = " 0.1.12 "
4- authors = [ " Taylor Cramer <cramertj@google.com> " , " Benjamin Brittain <bwb@google.com> " , " Erick Tryzelaar <etryzelaar@google.com> " ]
5- edition = " 2018 "
6- license = " BSD-3-Clause "
7- description = " Derive-based argument parsing optimized for code size "
8- repository = " https://github.com/google/argh "
3+ version.workspace = true
4+ authors.workspace = true
5+ edition.workspace = true
6+ license.workspace = true
7+ description.workspace = true
8+ repository.workspace = true
99readme = " README.md"
1010
1111[dependencies ]
You can’t perform that action at this time.
0 commit comments