From b6d10d07d9789e52519d4c727f31e6bedd218608 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Fri, 7 Oct 2022 21:49:49 -0400 Subject: [PATCH] tweak keywords to get crates.io to approve --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55fe0d1..c00ec66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Jonathan Strong "] description = "A serde helper function for deserializing file size input flexibly and robustly." repository = "https://git.shipyard.rs/jstrong/deserialize-file-size" -keywords = ["serde", "deserialize", "human", "value formatting"] +keywords = ["serde", "deserialize", "human", "formatting", "bytes"] readme = "README.md" license = "MIT"