-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo.toml: exclude more CI files #1311
Conversation
Signed-off-by: Marc-André Lureau <[email protected]>
Maybe we should use include instead, something like |
I leave that decision up to the maintainers |
Well that would be me :) I've tested it locally and we need the examples as well: include = ["/Cargo.toml", "/src/**/*.rs", "/examples", "/README.md", "/LICENSE"] @carllerche @kleimkuhler any opinions about excluding tests and additional files from the package uploaded to crates.io? |
What are the examples needed for? |
@asomers
|
I don't have a major preference on |
The |
It also makes packaging for distros a bit easier. Fedora packaging is what prompted me to make this patch. |
Sounds good. Again I don't have a major preference; I lean towards the |
No description provided.