diff --git a/ruma-api-macros/Cargo.toml b/ruma-api-macros/Cargo.toml index 34ff775f..8eafa0d8 100644 --- a/ruma-api-macros/Cargo.toml +++ b/ruma-api-macros/Cargo.toml @@ -3,12 +3,12 @@ authors = ["Jimmy Cuadra "] categories = ["api-bindings", "web-programming"] description = "A procedural macro for generating ruma-api Endpoints." documentation = "https://docs.rs/ruma-api-macros" -homepage = "https://github.com/ruma/ruma-api-macros" +homepage = "https://github.com/ruma/ruma-api" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-api-macros" readme = "README.md" -repository = "https://github.com/ruma/ruma-api-macros" +repository = "https://github.com/ruma/ruma-api" version = "0.6.0" edition = "2018"