Closed 1wilkens closed 3 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.
.travis.yml
.gitignore
Cargo.toml
include: [ "src/lib.rs", "LICENSE-*", "README.md", "CHANGELOG.md", "wrapper.h", "build.rs", ]
Closed in #15
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 toCargo.toml
.include: [ "src/lib.rs", "LICENSE-*", "README.md", "CHANGELOG.md", "wrapper.h", "build.rs", ]