Skip to content

Commit

Permalink
Add categories and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Mar 29, 2024
1 parent 02fd11e commit 993c59e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ rust-version = "1.56"
description = "A no-alloc ToString, for bool/integer/float types"
repository = "https://github.com/GnomedDev/to-arraystring"

categories = ["value-formatting", "no-std::no-alloc"]
keywords = ["arraystring", "formatting", "no-alloc", "optimisation"]

[dependencies]
arrayvec = { version = "0.7", default-features = false }
itoa = "1.0.10"
Expand Down

0 comments on commit 993c59e

Please sign in to comment.