Skip to content

fix: exclude assets from published packages #70

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

Merged
merged 3 commits into from
Jul 1, 2025

Conversation

Vaiz
Copy link
Contributor

@Vaiz Vaiz commented Jul 1, 2025

📌 Summary

This PR adds exclude fields to the Cargo.toml files to reduce the size of published crates.

🔍 Related Issues

✨ Changes Made

  • rust-mcp-sdk: Added exclude = ["assets/", "tests/"] to exclude ~2.7MB of documentation images and test files
  • rust-mcp-transport: Added exclude = ["assets/"] to exclude ~232KB of documentation images
  • rust-mcp-macros: Added exclude = ["assets/"] to exclude ~232KB of documentation images

Copy link
Member

@hashemix hashemix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!

@hashemix hashemix merged commit 0b73873 into rust-mcp-stack:main Jul 1, 2025
3 checks passed
@hashemix hashemix mentioned this pull request Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exclude assests from published crate
3 participants