Update crate metadata
This commit is contained in:
parent
86643bf073
commit
e5233c49f6
@ -6,12 +6,12 @@ authors = [
|
|||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "A procedural macro for generating ruma-api Endpoints."
|
description = "A procedural macro for generating ruma-api Endpoints."
|
||||||
documentation = "https://docs.rs/ruma-api-macros"
|
documentation = "https://docs.rs/ruma-api-macros"
|
||||||
homepage = "https://github.com/ruma/ruma-api"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-api-macros"
|
name = "ruma-api-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.16.1"
|
version = "0.16.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -6,12 +6,12 @@ authors = [
|
|||||||
categories = ["api-bindings", "web-programming"]
|
categories = ["api-bindings", "web-programming"]
|
||||||
description = "An abstraction for Matrix API endpoints."
|
description = "An abstraction for Matrix API endpoints."
|
||||||
documentation = "https://docs.rs/ruma-api"
|
documentation = "https://docs.rs/ruma-api"
|
||||||
homepage = "https://github.com/ruma/ruma-api"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ruma-api"
|
name = "ruma-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.16.1"
|
version = "0.16.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -2,12 +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 for 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://www.ruma.io/"
|
||||||
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"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@ name = "ruma-common"
|
|||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||||
description = "Common types for other ruma crates."
|
description = "Common types for other ruma crates."
|
||||||
homepage = "https://github.com/ruma/ruma-common"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-client-api"
|
repository = "https://github.com/ruma/ruma"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -8,8 +8,9 @@ authors = [
|
|||||||
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
|
"Isaiah Inuwa <isaiah.inuwa@gmail.com>",
|
||||||
"Anthony Ramine <n.oxyde@gmail.com>",
|
"Anthony Ramine <n.oxyde@gmail.com>",
|
||||||
]
|
]
|
||||||
|
homepage = "https://www.ruma.io/"
|
||||||
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
repository = "https://github.com/ruma/ruma-serde"
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user