Skip to content

Commit 02c0d91

Browse files
committed
update categories
1 parent b73a8ee commit 02c0d91

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

packages/actix-web-helmet/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 = ["actix", "actix-web", "helmet", "security", "middleware"]
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

packages/axum-helmet/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", "axum"]
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

packages/ntex-helmet/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 = ["ntex", "ntex-web", "helmet", "security", "middleware"]
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)