From 7a2b14fe1509135dbb09572c802e83c664bb435f Mon Sep 17 00:00:00 2001 From: Wim de With Date: Mon, 11 Nov 2019 11:07:17 +0100 Subject: [PATCH] Add homepage and repository URLs to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ebc42a60..62fd9623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,12 @@ authors = ["Wim de With "] categories = ["api-bindings", "web-programming"] description = "Types of the endpoints in the Matrix application service API." +homepage = "https://github.com/ruma/ruma-appservice-api" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-appservice-api" readme = "README.md" +repository = "https://github.com/ruma/ruma-appservice-api" version = "0.1.0" edition = "2018"