aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-08-07 20:59:07 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-08-07 20:59:17 +0000
commitf8ad5e2ea9541432024fdec4ea92af271c068739 (patch)
treeac383ab0d89db530eb7584ac255d807cf57dfd9f
parentMerge pull request #174 from svenstaro/dependabot/cargo/libflate-0.1.26 (diff)
downloadminiserve-f8ad5e2ea9541432024fdec4ea92af271c068739.tar.gz
miniserve-f8ad5e2ea9541432024fdec4ea92af271c068739.zip
Remove command-line-interface category
This is not a lib for helping with CLI stuff. :)
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]