Add documentation URL to Cargo configuration

This commit is contained in:
2026-09-02 22:42:44 -04:00
parent 4eca2c45df
commit 63bc705669
+1
View File
@@ -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"]