From 8d3f3901631fa7deea3ea6763df81b9e1c854ca8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 2 Aug 2022 10:38:56 -0700 Subject: [PATCH] Update keywords in crates.io metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index da63a2b..846c887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "Fast floating point to string conversion" documentation = "https://docs.rs/ryu" edition = "2018" exclude = ["performance.png", "chart/**"] +keywords = ["float"] license = "Apache-2.0 OR BSL-1.0" readme = "README.md" repository = "https://github.com/dtolnay/ryu"