From 70d79f32f9e1459507e83720950c42d20c2b815c Mon Sep 17 00:00:00 2001 From: Sebastiano Vigna Date: Wed, 6 Nov 2024 16:18:11 +0100 Subject: [PATCH] Category changed --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 530088a..dc1117a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A Rust port of the ProgressLogger class from the DSI Utilities" repository = "https://github.com/vigna/dsi-progress-logger-rs/" license = "Apache-2.0 OR LGPL-2.1-or-later" keywords = ["log", "progress"] -categories = ["logging"] +categories = ["development-tools::debugging"] authors = ["Tommaso Fontana", "Sebastiano Vigna "] [dependencies]