From 33e50f6855ec8c7fd1353cb5ab1df2872b519636 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 17 Oct 2020 02:56:57 +0500 Subject: [PATCH] Describe package --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 525a763..a497999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "rocket_csrf" version = "0.0.0" authors = ["Alex Kotov "] edition = "2018" +description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework" +homepage = "https://github.com/kotovalexarian/rocket_csrf" +repository = "https://github.com/kotovalexarian/rocket_csrf.git" +license = "MIT" +keywords = ["csrf", "http", "rocket", "security", "web"] +categories = ["web-programming"] +publish = true [dependencies] base64 = { version = "^0.13.0" }