From 63bc705669cbc8971658844c1a26411d5e2a6a2a753af79dffbf63099f7f38d0 Mon Sep 17 00:00:00 2001 From: Alex Wied <2+alex@noreply.code.graphofliberty.org> Date: Wed, 2 Sep 2026 22:42:44 -0400 Subject: [PATCH] Add documentation URL to Cargo configuration --- ldp/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ldp/Cargo.toml b/ldp/Cargo.toml index b99f5c1..e05a7a0 100644 --- a/ldp/Cargo.toml +++ b/ldp/Cargo.toml @@ -3,6 +3,7 @@ name = "ldp" version = "0.1.0" edition = "2024" description = "A library to assist with the creation and maintenance of remote RDF data via LDP" +documentation = "https://docs.rs/ldp" readme = "README.md" license = "GPL-3.0-only" keywords = ["ldp", "rdf", "sparql"] @@ -25,4 +26,4 @@ reqwest-middleware.workspace = true sfv.workspace = true slotmap = { optional = true, workspace = true } thiserror.workspace = true -tracing.workspace = true \ No newline at end of file +tracing.workspace = true