Skip to content

Commit

Permalink
Add categories to crates.io metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 1, 2022
1 parent 3feb682 commit 47c4e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "indoc"
version = "1.0.6"
authors = ["David Tolnay <[email protected]>"]
categories = ["rust-patterns", "text-processing", "no-std"]
description = "Indented document literals"
documentation = "https://docs.rs/indoc"
edition = "2018"
Expand Down
1 change: 1 addition & 0 deletions unindent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "unindent"
version = "0.1.9" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
categories = ["text-processing"]
description = "Remove a column of leading whitespace from a string"
documentation = "https://docs.rs/unindent"
edition = "2018"
Expand Down

0 comments on commit 47c4e2a

Please sign in to comment.