From f79299f7758dd3c861282063757542fa2ef6b091 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Thu, 14 Mar 2024 09:27:15 -0700 Subject: [PATCH] Add the profiler subcategory. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea298b9..e8a8e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/StanfordLegion/prof-viewer" repository = "https://github.com/StanfordLegion/prof-viewer" readme = "README.md" keywords = ["legion", "legion-prof", "profiler"] -categories = ["development-tools"] +categories = ["development-tools::profiling"] license = "Apache-2.0" edition = "2021"