diff --git a/Cargo.toml b/Cargo.toml index 95841e4f4..c88907ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/bytecodealliance/rustix" edition = "2018" keywords = ["api", "file", "network", "safe", "syscall"] categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"] -exclude = ["/.*", "test-crates"] +include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"] [build-dependencies] cc = { version = "1.0.68", optional = true }