Fix packaging of LICENSE-* files

This commit is contained in:
Jake Shadle 2021-10-21 14:57:49 +02:00
parent c4dfb1aede
commit db2a25473a
4 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -9,6 +9,7 @@ authors = [
include = [
"src/**/*",
"Cargo.toml",
"LICENSE-*",
"README.md"
]
description = "Parse command line argument by defining a struct, derive crate."

View file

@ -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."

View file

@ -8,6 +8,7 @@ authors = [
include = [
"src/**/*",
"Cargo.toml",
"LICENSE-*",
"README.md"
]
description = "A generator library used with clap for Fig completion scripts"