You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use the Cargo exclude option to not publish data files to crates.io, as they are usually very large and almost of no use for 99.99% of the callers.
See servo/unicode-bidi#43 for report issue with publishing tests without data when published crate is being used in repackaging.
See also rust-lang/cargo#4268 for current limits of the exclude syntax, and the changes coming.
The text was updated successfully, but these errors were encountered:
cargo package creates the .crate file, which is what gets uploaded to crates.io, and downloaded later for consumption. The output is saved as target/package/<package-name>-<package-version>.crate.
We should use the Cargo
exclude
option to not publish data files to crates.io, as they are usually very large and almost of no use for 99.99% of the callers.See servo/unicode-bidi#43 for report issue with publishing tests without data when published crate is being used in repackaging.
See also rust-lang/cargo#4268 for current limits of the
exclude
syntax, and the changes coming.The text was updated successfully, but these errors were encountered: