From d3265f32517a9ba5ee9b27d27acf3d38ec501b2d Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 7 Jul 2017 01:26:51 -0700 Subject: [PATCH] Use ruma-api 0.4.0 and add missing crate metadata. --- Cargo.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6fe48d5f..ffa6086b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,20 @@ [package] authors = ["Jimmy Cuadra "] +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"