From ef4f1022d19cd889037be674848959613ebf0df9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 00:06:45 -0700 Subject: [PATCH] Add categories to crates.io metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ade7ebf..8233276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "clang-ast" version = "0.1.7" # remember to update html_root_url authors = ["David Tolnay "] +categories = ["compilers", "encoding"] description = "Data structures for processing Clang's `-ast-dump=json` format" documentation = "https://docs.rs/clang-ast" edition = "2018"