From 17972cd443d06f1c57c2b629eabc810828c16220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 27 Aug 2026 09:56:26 -0700 Subject: [PATCH] Add direct link to documentation Make the URL to the documentation of the crate known in the manifest so that it will be easier to click through to it from a crates.io search. --- time/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/time/Cargo.toml b/time/Cargo.toml index 2137436ac..d5989b5e7 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -12,6 +12,7 @@ categories = [ description = "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]." include = ["{src,tests,benchmarks}/**/*", "LICENSE-*", "README.md"] readme = "../README.md" +documentation = "https://docs.rs/time" authors.workspace = true edition.workspace = true