Skip to content

fix(package): add required crates.io metadata fields#4

Merged
Lythaeon merged 1 commit into
mainfrom
fix/publish-metadata-v010
Feb 14, 2026
Merged

fix(package): add required crates.io metadata fields#4
Lythaeon merged 1 commit into
mainfrom
fix/publish-metadata-v010

Conversation

@Lythaeon

Copy link
Copy Markdown
Owner

Summary

  • add required crates.io package metadata to Cargo.toml:
    • description
    • readme
    • repository
    • homepage
    • documentation
    • keywords
    • categories
  • keep package version at 0.1.0 and avoid runtime logic changes

Risk Notes / Regressions Considered

  • change is metadata-only and does not alter runtime behavior
  • no networking, execution path, strategy, or adapter logic modified
  • publish metadata now satisfies crates.io manifest requirements

Validation Performed

  • cargo check
  • cargo publish --dry-run --locked

@Lythaeon Lythaeon merged commit 542da47 into main Feb 14, 2026
8 of 9 checks passed
@Lythaeon Lythaeon deleted the fix/publish-metadata-v010 branch February 14, 2026 19:57
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.

1 participant