Fix cargo metadata
This commit is contained in:
parent
71e537d123
commit
c1677aa4c0
@ -12,7 +12,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-client-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-client-api"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.9.0"
|
||||
edition = "2018"
|
||||
|
||||
|
@ -4,12 +4,12 @@ categories = ["api-bindings", "web-programming"]
|
||||
description = "A procedural macro used by the ruma-events crate."
|
||||
documentation = "https://docs.rs/ruma-events-macros"
|
||||
edition = "2018"
|
||||
homepage = "https://github.com/ruma/ruma-events-macros"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-events-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-api-macros"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.21.3"
|
||||
|
||||
[dependencies]
|
||||
|
@ -3,12 +3,12 @@ authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||
categories = ["api-bindings"]
|
||||
description = "Serializable types for the events in the Matrix specification."
|
||||
documentation = "https://docs.rs/ruma-events"
|
||||
homepage = "https://github.com/ruma/ruma-events"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-events"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-events"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.21.3"
|
||||
edition = "2018"
|
||||
|
||||
|
@ -5,14 +5,14 @@ authors = [
|
||||
]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Types for the endpoints in the Matrix server-server API."
|
||||
documentation = "https://docs.rs/ruma-federation-api"
|
||||
documentation = "https://www.ruma.io/"
|
||||
edition = "2018"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-federation-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-federation-api"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.0.2"
|
||||
|
||||
[dependencies]
|
||||
|
@ -9,7 +9,7 @@ keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
||||
license = "MIT"
|
||||
name = "ruma-signatures"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-signatures"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.6.0-dev.1"
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user