From 67d5d1cbad6ede2b322e9647ff314aeba950d5d7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 5 Feb 2017 05:47:25 -0800 Subject: [PATCH] Add crates.io category --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bf46071..38e0b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ license = "MIT/Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write" repository = "https://github.com/dtolnay/itoa" documentation = "https://github.com/dtolnay/itoa" +categories = ["value-formatting"]