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