From 75069f52d669a21d6c41d067e68c6448bb2c14457a7ff8357e968848d55e2c2f Mon Sep 17 00:00:00 2001 From: Alex Wied <2+alex@noreply.code.graphofliberty.org> Date: Thu, 21 May 2026 21:51:02 -0400 Subject: [PATCH] Add homepage and repository URLs to Cargo config --- ldp/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ldp/Cargo.toml b/ldp/Cargo.toml index c5fdd7b..1257782 100644 --- a/ldp/Cargo.toml +++ b/ldp/Cargo.toml @@ -7,9 +7,10 @@ readme = "README.md" license = "GPL-3.0-only" keywords = ["ldp", "rdf", "sparql"] categories = ["database", "web-programming::http-client"] +homepage = "https://graphofliberty.org" +repository = "https://code.graphofliberty.org/graphofliberty/ldp" [features] -default = ["keyed"] keyed = ["dep:slotmap"] [dependencies]