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