Skip to content

Commit 0989e0f

Browse files
committed
optimize includes using 'cargo diet'
1 parent fceb154 commit 0989e0f

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
@@ -9,7 +9,7 @@ repository = "https://github.com/Byron/crates-index-diff-rs"
99
version = "7.1.1"
1010
edition = "2018"
1111
readme = "changelog.md"
12-
include = ["src/**/*.rs", "Cargo.toml", "README.md", "changelog.md", "LINCENSE.md"]
12+
include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"]
1313

1414
[dependencies]
1515
serde = "1"

0 commit comments

Comments
 (0)