1wilkens / pam-sys

Rust FFI bindings to the Linux Pluggable Authentication Modules (PAM)
https://docs.rs/pam-sys/
Apache License 2.0
18 stars 21 forks source link

Add `include` parameter to reduce package bloat #11

Closed 1wilkens closed 3 years ago

1wilkens commented 4 years ago

Currently the published package contains files irrelevant for the crate such as .travis.yml and .gitignore. We should fix that by adding the following line to Cargo.toml.

include: [ "src/lib.rs", "LICENSE-*", "README.md", "CHANGELOG.md", "wrapper.h", "build.rs", ]

1wilkens commented 3 years ago

Closed in #15