From 133486e8350a6345f09a8177690f2c61c469bd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Wed, 5 Feb 2025 14:33:37 -0800 Subject: [PATCH] Add direct links to documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the URL to the documentation of each of the library crates known so that it will be easier to click through to it from a crates.io search. Signed-off-by: Daniel Müller --- Cargo.toml | 1 + capi/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 57851d0a..5343722a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,7 @@ license.workspace = true repository.workspace = true homepage.workspace = true readme = "README.md" +documentation = "https://docs.rs/blazesym" categories = [ "algorithms", "api-bindings", diff --git a/capi/Cargo.toml b/capi/Cargo.toml index fbde2e25..7d3f2365 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -9,6 +9,7 @@ license.workspace = true repository.workspace = true homepage.workspace = true readme = "README.md" +documentation = "https://docs.rs/blazesym-c" categories = [ "algorithms", "api-bindings",