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