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 5ace62d + babd87b commit 69922b6Copy full SHA for 69922b6
Cargo.toml
@@ -5,8 +5,8 @@ authors = ["Alex Kotov <kotovalexarian@gmail.com>", "Mahmoud Harmouch <oss@wisea
5
edition = "2021"
6
description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework"
7
readme = true
8
-homepage = "https://github.com/wiseaidev/rocket_csrf_token "
9
-repository = "https://github.com/wiseaidev/rocket_csrf_token .git"
+homepage = "https://github.com/wiseaidev/rocket_csrf_token"
+repository = "https://github.com/wiseaidev/rocket_csrf_token.git"
10
license = "MIT"
11
keywords = ["csrf", "http", "rocket", "security", "web"]
12
categories = ["web-programming"]
0 commit comments