Compare commits

..
1 Commits
Author SHA256 Message Date
alex 63bc705669 Add documentation URL to Cargo configuration 2026-09-02 22:42:44 -04:00
+2 -1
View File
@@ -3,6 +3,7 @@ name = "ldp"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
description = "A library to assist with the creation and maintenance of remote RDF data via LDP" description = "A library to assist with the creation and maintenance of remote RDF data via LDP"
documentation = "https://docs.rs/ldp"
readme = "README.md" readme = "README.md"
license = "GPL-3.0-only" license = "GPL-3.0-only"
keywords = ["ldp", "rdf", "sparql"] keywords = ["ldp", "rdf", "sparql"]
@@ -25,4 +26,4 @@ reqwest-middleware.workspace = true
sfv.workspace = true sfv.workspace = true
slotmap = { optional = true, workspace = true } slotmap = { optional = true, workspace = true }
thiserror.workspace = true thiserror.workspace = true
tracing.workspace = true tracing.workspace = true