Skip to content

Commit 69922b6

Browse files
authored
Merge pull request #11 from pravic/patch-1
Fix repository links in Cargo.toml
2 parents 5ace62d + babd87b commit 69922b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Alex Kotov <kotovalexarian@gmail.com>", "Mahmoud Harmouch <oss@wisea
55
edition = "2021"
66
description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework"
77
readme = true
8-
homepage = "https://github.com/wiseaidev/rocket_csrf_token "
9-
repository = "https://github.com/wiseaidev/rocket_csrf_token .git"
8+
homepage = "https://github.com/wiseaidev/rocket_csrf_token"
9+
repository = "https://github.com/wiseaidev/rocket_csrf_token.git"
1010
license = "MIT"
1111
keywords = ["csrf", "http", "rocket", "security", "web"]
1212
categories = ["web-programming"]

0 commit comments

Comments
 (0)