Update crate metadata

This commit is contained in:
Jonas Platte 2020-06-05 02:13:02 +02:00
parent 86643bf073
commit e5233c49f6
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
5 changed files with 10 additions and 9 deletions

View File

@ -6,12 +6,12 @@ authors = [
categories = ["api-bindings", "web-programming"]
description = "A procedural macro for generating ruma-api Endpoints."
documentation = "https://docs.rs/ruma-api-macros"
homepage = "https://github.com/ruma/ruma-api"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
repository = "https://github.com/ruma/ruma"
version = "0.16.1"
edition = "2018"

View File

@ -6,12 +6,12 @@ authors = [
categories = ["api-bindings", "web-programming"]
description = "An abstraction for Matrix API endpoints."
documentation = "https://docs.rs/ruma-api"
homepage = "https://github.com/ruma/ruma-api"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
repository = "https://github.com/ruma/ruma"
version = "0.16.1"
edition = "2018"

View File

@ -2,12 +2,12 @@
authors = ["Wim de With <wf@dewith.io>"]
categories = ["api-bindings", "web-programming"]
description = "Types for the endpoints in the Matrix application service API."
homepage = "https://github.com/ruma/ruma-appservice-api"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-appservice-api"
repository = "https://github.com/ruma/ruma"
version = "0.1.0"
edition = "2018"

View File

@ -3,11 +3,11 @@ name = "ruma-common"
version = "0.1.3"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Common types for other ruma crates."
homepage = "https://github.com/ruma/ruma-common"
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ruma/ruma-client-api"
repository = "https://github.com/ruma/ruma"
edition = "2018"
[dependencies]

View File

@ -8,8 +8,9 @@ authors = [
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
"Anthony Ramine <n.oxyde@gmail.com>",
]
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
version = "0.2.2"
repository = "https://github.com/ruma/ruma-serde"
edition = "2018"
[dependencies]