From e1045d514b498c03e9bba7d31a3d19cf58abb9a5 Mon Sep 17 00:00:00 2001 From: Matt Kantor Date: Sat, 5 Dec 2020 12:50:42 -0800 Subject: [PATCH] Add homepage/categories/keywords to package metadata. --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 76e51e9..acfcfb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,19 @@ version = "0.1.0" authors = ["Matt Kantor "] description = "A web server for static and dynamic content" repository = "https://github.com/mkantor/operator" +homepage = "https://operator.mattkantor.com" +categories = [ + "web-programming::http-server", + "command-line-utilities", + "network-programming", +] +keywords = [ + "web", + "server", + "http", + "templating", + "handlebars", +] readme = "README.md" license = "GPL-3.0" edition = "2018"