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"