From 9ffe5aa6ca99f00341a1ff9750ea5eeeaf9d9715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 4 Sep 2025 16:41:37 +0200 Subject: [PATCH] chore: Add a description to the test utils crate --- testing/matrix-sdk-test-utils/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/matrix-sdk-test-utils/Cargo.toml b/testing/matrix-sdk-test-utils/Cargo.toml index 2aed6daa1..323832f5b 100644 --- a/testing/matrix-sdk-test-utils/Cargo.toml +++ b/testing/matrix-sdk-test-utils/Cargo.toml @@ -1,5 +1,6 @@ [package] homepage = "https://github.com/matrix-org/matrix-rust-sdk" +description = "Test utilities used in the Matrix Rust SDK" keywords = ["matrix", "chat", "messaging", "ruma"] license = "Apache-2.0" name = "matrix-sdk-test-utils"