Skip to content

Commit a82c068

Browse files
committed
fix: add meta to cargo tomls
1 parent b1213e4 commit a82c068

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

packages/axum-helmet/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "axum-helmet"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Daniel Kovacs <[email protected]>"]
6+
description = "HTTP security headers middleware core for axum web framework"
7+
readme = "README.md"
8+
license = "MIT"
9+
homepage = "https://github.com/danielkov/ntex-helmet"
10+
repository = "https://github.com/danielkov/ntex-helmet"
11+
keywords = ["helmet", "security", "middleware", "rust", "web", "axum"]
12+
categories = ["web-programming", "http", "middleware"]
513

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

packages/helmet-core/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "helmet-core"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Daniel Kovacs <[email protected]>"]
6+
description = "HTTP security headers middleware core for various web frameworks"
7+
readme = "README.md"
8+
license = "MIT"
9+
homepage = "https://github.com/danielkov/ntex-helmet"
10+
repository = "https://github.com/danielkov/ntex-helmet"
11+
keywords = ["helmet", "security", "middleware", "rust", "web"]
12+
categories = ["web-programming", "http", "middleware"]
513

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

0 commit comments

Comments
 (0)