From e385a07aac101bbdbf6b8d0a7a3223d4015ef8ff Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 21 Mar 2017 21:24:08 +0100 Subject: [PATCH] add documentation link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9530709..c3c9ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "gog-sync" version = "0.2.1" authors = ["Sebastian Hugentobler "] description = "Synchronizes a GOG library with a local folder." +documentation = "https://docs.rs/crate/gog-sync" repository = "https://gitlab.com/thallian/gog-sync" readme = "README.md" keywords = ["gog", "sync", "cli"]