Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Use cargo diet to limit packaged files#1

Open
markbt wants to merge 1 commit intoryanobeirne:masterfrom
markbt:patch-1
Open

Use cargo diet to limit packaged files#1
markbt wants to merge 1 commit intoryanobeirne:masterfrom
markbt:patch-1

Conversation

@markbt
Copy link

@markbt markbt commented Aug 4, 2022

While vendoring this crate I noticed the docs are included in the package files. I ran cargo diet to generate an include directive for Cargo.toml so that only relevant files are included in the published crate. This reduces the size of the published crate by 98%.

Add an `include` directive to `Cargo.toml` so that only relevant files are included in the published crate.

Generated by running `cargo diet`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant