You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration file for the categories and crates found on the website can be found in scraper/config.toml.
To add a crate to the catalogue, you should know that there are 2 types of categories - crates.io categories and our own custom categories:
Our custom categories - these are the categories that don't have an analogue category in crates.io. You can find those in the scraper/config.toml configuration file which do not include the canonical_slug key (which is the crates.io category slug).
Yes, you can work on this.
PS: This issue is an ongoing effort to add as many crates as possible, not only the ones mentioned in my message so I will leave it unassigned.
You can participate in #hacktoberfest by adding any crate to the areweinspaceyet.org list
List of crates to be added
Resource suggestions for crates
The configuration file for the categories and crates found on the website can be found in scraper/config.toml.
To add a crate to the catalogue, you should know that there are 2 types of categories - crates.io categories and our own custom categories:
canonical_slug
key (which is the crates.io category slug).canonical_slug
key found in the scraper/config.toml configuration file. For example https://crates.io/categories/aerospace::protocols hascanonical_slug = "aerospace::protocols"
How to contribute
Do you have other suggestions? Feel free to add any crate related to the aerospace Rust ecosystem for #Hacktoberfest
The text was updated successfully, but these errors were encountered: