chore: publish-readiness cleanup for crates.io #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/publish-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two small pre-publish fixes:
Cargo.toml:exclude = ["/.idea"]so IntelliJ config stays in git but out of the published crate.examples/gen_golden.rs: drop the stale-p sms-audioworkspace flag from the usage comment now that the crate is standalone.Non-functional (manifest metadata + a doc comment). Verified
cargo package --listno longer includes.ideaandcargo publish --dry-runpackages + verifies cleanly.