From cffc27c3d15007df256f82224e57196b3bf09b68 Mon Sep 17 00:00:00 2001 From: Vladimir Petrigo Date: Tue, 9 Nov 2021 12:50:29 +0300 Subject: [PATCH] misc: Clean up --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 36820c6..f480ddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.1" description = "Library for making SNTP requests" homepage = "https://github.com/vpetrigo/sntpc" repository = "https://github.com/vpetrigo/sntpc" +documentation = "https://docs.rs/sntpc" readme = "README.md" categories = ["date-and-time", "no-std", "embedded"] keywords = ["sntp", "ntp", "sntp-client", "ntp-client"]