diff --git a/Cargo.toml b/Cargo.toml index ebc42a60..62fd9623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,12 @@ authors = ["Wim de With "] categories = ["api-bindings", "web-programming"] description = "Types of the endpoints in the Matrix application service API." +homepage = "https://github.com/ruma/ruma-appservice-api" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-appservice-api" readme = "README.md" +repository = "https://github.com/ruma/ruma-appservice-api" version = "0.1.0" edition = "2018"