From 2f8797d382012bdcbdea780936d3bb8cc3ef5156 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 10 Jul 2022 14:28:11 +0200 Subject: [PATCH] Add `http-server` as crates.io subcategory --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 0b64bb34..2a297265 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axum" version = "0.5.11" -categories = ["asynchronous", "network-programming", "web-programming"] +categories = ["asynchronous", "network-programming", "web-programming::http-server"] description = "Web framework that focuses on ergonomics and modularity" edition = "2021" homepage = "https://github.com/tokio-rs/axum"