Skip to content

Commit b73a8ee

Browse files
committed
update categories for core
1 parent 0bde26d commit b73a8ee

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/helmet-core/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ license = "MIT"
99
homepage = "https://github.com/danielkov/rust-helmet"
1010
repository = "https://github.com/danielkov/rust-helmet"
1111
keywords = ["helmet", "security", "middleware", "rust", "web"]
12-
categories = ["web-programming", "http", "middleware"]
12+
categories = [
13+
"web-programming",
14+
"network-programming",
15+
"web-programming::http-server",
16+
]
1317

1418
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1519

0 commit comments

Comments
 (0)