Skip to content

Commit 1cd6626

Browse files
committed
fix(opml-protocol): update categories from 'xml' to 'encoding'
1 parent fc5bf19 commit 1cd6626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/opml-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A Rust library for parsing and generating OPML 2.0 (Outline Proce
66
license = { workspace = true }
77
repository = { workspace = true }
88
keywords = ["opml", "xml", "rss", "parser", "outliner"]
9-
categories = ["parsing", "data-format", "xml"]
9+
categories = ["parsing", "encoding"]
1010
readme = "README.md"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)