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"