Fix wording in Cargo.toml description

This commit is contained in:
Wim de With 2019-11-11 11:07:45 +01:00
parent 7a2b14fe15
commit fa771877f7

View File

@ -1,7 +1,7 @@
[package] [package]
authors = ["Wim de With <wf@dewith.io>"] authors = ["Wim de With <wf@dewith.io>"]
categories = ["api-bindings", "web-programming"] categories = ["api-bindings", "web-programming"]
description = "Types of the endpoints in the Matrix application service API." description = "Types for the endpoints in the Matrix application service API."
homepage = "https://github.com/ruma/ruma-appservice-api" homepage = "https://github.com/ruma/ruma-appservice-api"
keywords = ["matrix", "chat", "messaging", "ruma"] keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT" license = "MIT"