From 00475f5240961d8ead73e511048b597e89e986c9 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 21 Aug 2024 16:30:24 +0000 Subject: [PATCH] chore: Add the docs as homepage Signed-off-by: Awiteb --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f06c14f..f0262d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "GPL-3.0-or-later" authors = ["Awiteb "] readme = "README.md" description = "A local CLI vaults manager. For human and machine use" +homepage = "https://lprs.4rs.nl" repository = "https://git.4rs.nl/awiteb/lprs" rust-version = "1.74.1" keywords = ["password", "vault", "manager", "CLI"]