Skip to content
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

Cargo.toml: add categories & keywords #769

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

rursprung
Copy link
Contributor

@rursprung rursprung commented Feb 12, 2024

this makes it easier to find the crate, esp. when filtering by category.

note that this will only become visible on crates.io once a new release has been published.

rp2040-hal-macros/Cargo.toml Outdated Show resolved Hide resolved
license = "MIT OR Apache-2.0"
rust-version = "1.75"
repository = "https://github.com/rp-rs/rp-hal"
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
keywords = ["embedded", "hal", "raspberry-pi", "rp2040", "embedded-hal"]
Copy link
Member

Choose a reason for hiding this comment

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

Not sure about "raspberry-pi", as this usually means the raspberry single board computers. But as embassy-rp also includes this keyword, there's at least some precedent.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, i actually took the keywords from embassy (minus async)

this makes it easier to find the crate, esp. when filtering by
category.

note that this will only become visible on crates.io once a new release
has been published.
@rursprung rursprung force-pushed the add-cargo-categories-and-keywords branch from 179bb73 to bb7a98e Compare February 13, 2024 09:13
@jannic jannic merged commit e175d2a into rp-rs:main Feb 13, 2024
6 checks passed
@jannic
Copy link
Member

jannic commented Feb 13, 2024

Thank you!

@rursprung rursprung deleted the add-cargo-categories-and-keywords branch February 13, 2024 12:20
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.

2 participants