diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-08-07 20:59:07 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-08-07 20:59:17 +0000 |
commit | f8ad5e2ea9541432024fdec4ea92af271c068739 (patch) | |
tree | ac383ab0d89db530eb7584ac255d807cf57dfd9f | |
parent | Merge pull request #174 from svenstaro/dependabot/cargo/libflate-0.1.26 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |