feat: Add homepage and documentation fields in crate meta

This commit is contained in:
Rostislav Raykov 2019-09-17 21:55:21 +02:00
parent 1e04c69d5e
commit 5b084ef31c

View file

@ -5,9 +5,11 @@ authors = ["Rostislav Raykov <z@zbrox.org>"]
edition = "2018"
description = "A simple CLI tool to use Cloudflare's free DDNS service"
repository = "git@github.com:zbrox/cloudflare-ddns.git"
homepage = "https://github.com/zbrox/cloudflare-ddns"
keywords = ["cloudflare", "ddns", "cli"]
categories = ["command-line-utilities"]
license = "MIT"
documentation = "https://github.com/zbrox/cloudflare-ddns"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html