Use ruma-api 0.4.0 and add missing crate metadata.
This commit is contained in:
parent
0f32ca01db
commit
d3265f3251
12
Cargo.toml
12
Cargo.toml
@ -1,16 +1,20 @@
|
||||
[package]
|
||||
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||
description = "A procedural macro for generating ruma-api Endpoints."
|
||||
documentation = "https://docs.rs/ruma-api-macros"
|
||||
homepage = "https://github.com/ruma/ruma-api-macros"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-api-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-api-macros"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
quote = "0.3.15"
|
||||
ruma-api = "0.4.0"
|
||||
synom = "0.11.3"
|
||||
|
||||
[dependencies.ruma-api]
|
||||
git = "https://github.com/ruma/ruma-api"
|
||||
rev = "4893be93f86543f9a9e3c5d7205afba769b84aa6"
|
||||
|
||||
[dependencies.syn]
|
||||
features = ["full"]
|
||||
version = "0.11.11"
|
||||
|
Loading…
x
Reference in New Issue
Block a user