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]