From 7cf1df13bd95ee1c542ac49ec465ac5c45500e37 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 8 Jul 2022 11:57:21 -0700 Subject: [PATCH] Add to "encoding" category on crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a64aba49..598bcd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/dtolnay/serde-yaml" documentation = "https://docs.rs/serde_yaml/" readme = "README.md" keywords = ["yaml", "serde"] +categories = ["encoding"] [dependencies] ryu = "1.0"