We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ead79 commit aead474Copy full SHA for aead474
Cargo.toml
@@ -25,11 +25,11 @@ build = "build.rs" # Path to the build script
25
26
# Crates.io categories
27
categories = [
28
- "data-formats", # For handling RSS and XML formats
29
- "parsing", # Parsing RSS feeds
30
- "xml", # XML-based feed structure
31
- "web-programming", # For web-related functionality
32
- "content-management" # Content syndication
+ "data-structures",
+ "parsing",
+ "encoding",
+ "web-programming",
+ "development-tools"
33
]
34
35
# Keywords for easier discoverability on Crates.io
0 commit comments