From f8ad5e2ea9541432024fdec4ea92af271c068739 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 7 Aug 2019 22:59:07 +0200 Subject: Remove command-line-interface category This is not a lib for helping with CLI stuff. :) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98acbee..5fc1712 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/svenstaro/miniserve" license = "MIT" readme = "README.md" keywords = ["serve", "http-server", "static-files", "http", "server"] -categories = ["command-line-utilities", "command-line-interface", "network-programming", "web-programming::http-server"] +categories = ["command-line-utilities", "network-programming", "web-programming::http-server"] edition = "2018" [badges] -- cgit v1.2.3