Skip to content

Commit

Permalink
chore: Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 30, 2022
1 parent b01256b commit 3ca1b77
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions clap_complete/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 3ca1b77

Please sign in to comment.