From 4ed06be10d7a0784a09688317d7114c5ddf61a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 15 Mar 2022 11:57:20 +0100 Subject: [PATCH] chore(store-key): Add more crate metadata Co-authored-by: Benjamin Kampmann --- crates/matrix-store-key/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-store-key/Cargo.toml b/crates/matrix-store-key/Cargo.toml index 297349b10..358d7a796 100644 --- a/crates/matrix-store-key/Cargo.toml +++ b/crates/matrix-store-key/Cargo.toml @@ -2,6 +2,9 @@ name = "matrix-sdk-store-key" version = "0.1.0" edition = "2021" +description = "Helpers for encrypted storage keys for the Matrix SDK" +repository = "https://github.com/matrix-org/matrix-rust-sdk" +license = "Apache-2.0" [dependencies] blake3 = "1.3.1"