From 636a1722f8247d1e73f9427448ab7c0da66d2257 Mon Sep 17 00:00:00 2001 From: Simon Johnston Date: Tue, 18 Aug 2020 12:04:12 -0700 Subject: [PATCH] Added repository and documentation links --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7c4516a..093dce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "luxafor" description = "Library, and CLI, for Luxafor lights via webhooks." version = "0.2.0" authors = ["Simon Johnston "] +repository = "https://github.com/johnstonskj/rust-luxafor" +documentation = "https://docs.rs/luxafor/0.1.0/luxafor/" edition = "2018" license = "MIT" readme = "README.md"