Add homepage and repository URLs to Cargo.toml
This commit is contained in:
parent
531bbb6429
commit
7a2b14fe15
@ -2,10 +2,12 @@
|
|||||||
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 of the endpoints in the Matrix application service API."
|
||||||
|
homepage = "https://github.com/ruma/ruma-appservice-api"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-appservice-api"
|
name = "ruma-appservice-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/ruma/ruma-appservice-api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user