mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: Fix manifest
This commit is contained in:
parent
b01256be36
commit
3ca1b77094
1 changed files with 7 additions and 4 deletions
|
@ -3,10 +3,13 @@ name = "clap_complete"
|
|||
version = "3.1.3"
|
||||
edition = "2018"
|
||||
include = [
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
"LICENSE-*",
|
||||
"README.md"
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
"Cargo.toml",
|
||||
"LICENSE*",
|
||||
"README.md",
|
||||
"benches/**/*",
|
||||
"examples/**/*"
|
||||
]
|
||||
description = "Generate shell completion scripts for your clap::Command"
|
||||
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete"
|
||||
|
|
Loading…
Reference in a new issue