Update crate metadata
This commit is contained in:
parent
86643bf073
commit
e5233c49f6
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user