Skip to content

Commit

Permalink
Fix repository links in Cargo.toml
Browse files Browse the repository at this point in the history
Otherwise, we get 404 from crates.io/lib.rs/docs.rs.

Signed-off-by: pravic <[email protected]>
  • Loading branch information
pravic authored Jan 22, 2024
1 parent 5ace62d commit babd87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["Alex Kotov <[email protected]>", "Mahmoud Harmouch <oss@wisea
edition = "2021"
description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework"
readme = true
homepage = "https://github.com/wiseaidev/rocket_csrf_token "
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"
license = "MIT"
keywords = ["csrf", "http", "rocket", "security", "web"]
categories = ["web-programming"]
Expand Down

0 comments on commit babd87b

Please sign in to comment.