Skip to content

Commit b029f83

Browse files
authored
Merge pull request #42 from mkantor/flesh-out-package-manifest
Add homepage/categories/keywords to package metadata.
2 parents 1564b43 + da63254 commit b029f83

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ version = "0.1.0"
44
authors = ["Matt Kantor <[email protected]>"]
55
description = "A web server for static and dynamic content"
66
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+
]
720
readme = "README.md"
821
license = "GPL-3.0"
922
edition = "2018"

0 commit comments

Comments
 (0)