Skip to content

fix: exclude assets from published packages - #70

Merged
hashemix merged 3 commits into
rust-mcp-stack:mainfrom
Vaiz:copilot/fix-1
Jul 1, 2025
Merged

fix: exclude assets from published packages#70
hashemix merged 3 commits into
rust-mcp-stack:mainfrom
Vaiz:copilot/fix-1

Conversation

@Vaiz

@Vaiz Vaiz commented Jul 1, 2025

Copy link
Copy Markdown
Contributor

📌 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

Copilot AI and others added 3 commits June 30, 2025 12:46
Co-authored-by: Vaiz <4908982+Vaiz@users.noreply.github.com>
Co-authored-by: Vaiz <4908982+Vaiz@users.noreply.github.com>

@hashemix hashemix left a comment

Copy link
Copy Markdown
Member

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