We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1564b43 + da63254 commit b029f83Copy full SHA for b029f83
Cargo.toml
@@ -4,6 +4,19 @@ version = "0.1.0"
4
authors = ["Matt Kantor <[email protected]>"]
5
description = "A web server for static and dynamic content"
6
repository = "https://github.com/mkantor/operator"
7
+homepage = "https://operator.mattkantor.com"
8
+categories = [
9
+ "web-programming::http-server",
10
+ "command-line-utilities",
11
+ "network-programming",
12
+]
13
+keywords = [
14
+ "web",
15
+ "server",
16
+ "http",
17
+ "templating",
18
+ "handlebars",
19
20
readme = "README.md"
21
license = "GPL-3.0"
22
edition = "2018"
0 commit comments