Skip to content

Commit 7a2fe90

Browse files
committed
Switch Cargo from an exclude list to an include list
The exclude list had gotten out-of-date.
1 parent 5dd14c3 commit 7a2fe90

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ authors = ["The nix-rust Project Developers"]
77
repository = "https://github.com/nix-rust/nix"
88
license = "MIT"
99
categories = ["os::unix-apis"]
10-
exclude = [
11-
"/.gitignore",
12-
"/.cirrus.yml",
13-
"/ci/*",
14-
"/Cross.toml",
15-
"/RELEASE_PROCEDURE.md",
16-
"/bors.toml"
17-
]
10+
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1811

1912
[package.metadata.docs.rs]
2013
targets = [

0 commit comments

Comments
 (0)