mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Fix packaging of LICENSE-* files
This commit is contained in:
parent
c4dfb1aede
commit
db2a25473a
4 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ authors = [
|
|||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
"LICENSE-*",
|
||||
"README.md"
|
||||
]
|
||||
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
|
||||
|
|
|
@ -9,6 +9,7 @@ authors = [
|
|||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
"LICENSE-*",
|
||||
"README.md"
|
||||
]
|
||||
description = "Parse command line argument by defining a struct, derive crate."
|
||||
|
|
|
@ -9,6 +9,7 @@ authors = [
|
|||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
"LICENSE-*",
|
||||
"README.md"
|
||||
]
|
||||
description = "A generator library used with clap for shell completion scripts, manpage, etc."
|
||||
|
|
|
@ -8,6 +8,7 @@ authors = [
|
|||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
"LICENSE-*",
|
||||
"README.md"
|
||||
]
|
||||
description = "A generator library used with clap for Fig completion scripts"
|
||||
|
|
Loading…
Reference in a new issue