chore: publish-readiness cleanup for crates.io #1

Merged
jqueuniet merged 1 commit from chore/publish-cleanup into main 2026-07-23 09:29:50 +02:00
Owner

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-audio workspace flag from the usage comment now that the crate is standalone.

Non-functional (manifest metadata + a doc comment). Verified cargo package --list no longer includes .idea and cargo publish --dry-run packages + verifies cleanly.

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-audio` workspace flag from the usage comment now that the crate is standalone. Non-functional (manifest metadata + a doc comment). Verified `cargo package --list` no longer includes `.idea` and `cargo publish --dry-run` packages + verifies cleanly.
chore: exclude .idea from package, drop stale -p flag in gen_golden
All checks were successful
CI / stable (push) Successful in 14s
CI / audit (push) Successful in 9s
CI / msrv (1.90) (push) Successful in 18s
CI / stable (pull_request) Successful in 15s
CI / msrv (1.90) (pull_request) Successful in 19s
CI / audit (pull_request) Successful in 9s
b9366ab969
Keep IntelliJ config in git but out of the published crate via
Cargo.toml exclude. Update the gen_golden usage comment now that the
crate is standalone (no workspace -p needed).
jqueuniet deleted branch chore/publish-cleanup 2026-07-23 09:29:50 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jqueuniet/sms-audio!1
No description provided.