Add homepage and repository URLs to Cargo config

This commit is contained in:
2026-05-21 21:51:02 -04:00
parent 37db30c57e
commit 75069f52d6
+2 -1
View File
@@ -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]