Skip to content

Commit

Permalink
cargo: add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed May 15, 2024
1 parent eba8fd2 commit 4b2bc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "printable"
version = "1.0.0"
version = "1.0.1"
authors = ["Andrew Sonin <sonin.cel@yandex.ru>"]
categories = ["value-formatting"]
description = "Provides `std::fmt::Display` wrapper for iterators and tuples."
keywords = ["printable", "formatting", "display"]
keywords = ["printable", "formatting", "display", "iterator", "tuple"]
documentation = "https://docs.rs/printable/"
homepage = "https://github.com/andrewsonin/printable"
repository = "https://github.com/andrewsonin/printable"
Expand Down

0 comments on commit 4b2bc10

Please sign in to comment.