From 069b7149dd2af01adf6ea6dde648e982c6541942 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:49 -0700 Subject: [PATCH] Add categories to crates.io metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8150b0..c6b5435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "unsafe-libyaml" version = "0.2.1" # remember to update html_root_url authors = ["David Tolnay "] -categories = ["encoding"] +categories = ["encoding", "parser-implementations", "no-std"] description = "libyaml transpiled to rust by c2rust" documentation = "https://docs.rs/unsafe-libyaml" edition = "2021"