Skip to content

Commit

Permalink
updated cargo categories
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennedy committed Sep 3, 2023
1 parent de5e3f3 commit deb6390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion borsh-schema-writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/wkennedy/borsh-schema-utils"
license = "MIT"
readme = "README.md"
keywords = ["borsh", "serialization", "schema"]
categories = ["serialization", "deserialization"]
categories = ["parsing"]
exclude=["/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion borsh-serde-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/wkennedy/borsh-schema-utils"
readme = "README.md"
keywords = ["serde", "borsh", "serialization", "json"]
categories = ["serialization", "deserialization"]
categories = ["parsing"]
exclude=["/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea"]

[dependencies]
Expand Down

0 comments on commit deb6390

Please sign in to comment.