Skip to content

Commit 2bd2280

Browse files
committed
optimize include directive
1 parent 939629b commit 2bd2280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ authors = ["Sebastian Thiel <[email protected]>"]
33
description = "Interact with crates.io from the command-line"
44
keywords = ["crates", "search", "diff", "cli", "mine"]
55
name = "crates-io-cli"
6-
include = ["src/**/*", "Cargo.*"]
76
license = "MIT"
87
repository = "https://github.com/Byron/crates-io-cli"
98
readme = "README.md"
109
edition = "2018"
1110
version = "3.2.0"
11+
include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"]
1212

1313
[[bin]]
1414
name = "crates"

0 commit comments

Comments
 (0)