From 6a981ed8c532c52facef18bc3a660fba6ffd8193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Thu, 21 Nov 2024 11:19:48 +0200 Subject: [PATCH] chore: Add the repository field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8c638f9..43da811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "A Rust crate for managing authentication and authorization with s keywords = ["authentication", "auth", "authorization", "b2b", "tenant"] categories = ["authentication"] homepage = "https://www.propelauth.com" +repository = "https://github.com/PropelAuth/rust/" license = "MIT" edition = "2018"