-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 more files in Cargo.toml #1186
Comments
Great catch, thanks @RazrFalcon! I actually started doing this in v3, but didn't backport it to v2. If someone wants an easy PR this is a great one. If it hasn't been knocked out by the time I make the next merge I'll knock it out. |
Slightly on a different note, I wonder if anyone has done any testing with removing all comments during
|
In my unscientific test, doing both more excludes ( |
Hmm, actually excluding the |
I'm not sure any more...partially because it's late, but also looking through the cargo and crates.io source, it looks like the readme may get uploaded separately...but to be safe we should ask someone from the cargo or crates.io team to confirm. |
I thought that it uses github repo. My bad. The problem with But if, for some reasons, original repo will disappear - this is the only way of retrieving the source code, so at least Have no idea what should be done in this case, but currently we just decreasing the bandwidth and bloating the |
This has started on v3-master. I'm going to close this issue as I don't plan on backporting to v2 and any further work would need some official Rust guidelines on the matter. |
Exclusion of
CHANGELOG.md
,CONTRIBUTORS.md
andREADME.md
will decrease.crate
file size from 186KiB to 133KiB.The text was updated successfully, but these errors were encountered: