Add homepage and repository URLs to Cargo.toml

This commit is contained in:
Wim de With 2019-11-11 11:07:17 +01:00
parent 531bbb6429
commit 7a2b14fe15

View File

@ -2,10 +2,12 @@
authors = ["Wim de With <wf@dewith.io>"]
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"