From 272e22a23b187a610c4d5152c0282aee530a3e24 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 30 Jul 2021 15:56:01 +0200 Subject: [PATCH] Release prep --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a50fe449..41f24b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] authors = ["David Pedersen "] -categories = [] # TODO +categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity" -documentation = "https://docs.rs/tower-http/0.1.0" +documentation = "https://docs.rs/axum/0.1.0" edition = "2018" homepage = "https://github.com/tokio-rs/axum" keywords = ["http", "web", "framework"]