-
Notifications
You must be signed in to change notification settings - Fork 17
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
Exclude media/
(and maybe some other things) from crates.io package
#230
Comments
I think this breaks the readme on crates.io 🤔 |
Ah, that's true. |
I'm currently considering generally removing all images from the I'm also not sure whether Crates.io can handle the GIT LFS images in the README. I don't think so. So it needs to be adjusted again anyway. |
Well, since the crates.io package is just an archive, it would work as long as the images are present in the archive, regardless of how they are version tracked. |
With #218 merged, repo performance is improved, but it might also be desirable to make the crates.io package as lean as possible as well.
Right now, it contains a 2 MB media folder.
Cargo.toml
has ways to control what is included in a package, see https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fieldsThe text was updated successfully, but these errors were encountered: