From f7c008af3ceb82fa5eb5e605ed88bbbce0ca3b75 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 2 Oct 2023 09:33:07 +0200 Subject: [PATCH] chore(ui): Add `repository` and `license` to `Cargo.toml`. --- crates/matrix-sdk-ui/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/matrix-sdk-ui/Cargo.toml b/crates/matrix-sdk-ui/Cargo.toml index 04ae4156183..354932914d5 100644 --- a/crates/matrix-sdk-ui/Cargo.toml +++ b/crates/matrix-sdk-ui/Cargo.toml @@ -2,6 +2,8 @@ name = "matrix-sdk-ui" version = "0.6.0" edition = "2021" +repository = "https://github.com/matrix-org/matrix-rust-sdk" +license = "Apache-2.0" rust-version = { workspace = true } [features]