From bc6bc7e547ab572d62c79ce26d56ea51c83feec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 May 2024 13:26:35 +0200 Subject: [PATCH] chore: Add some more keywords to the Cargo.toml file Co-authored-by: Denis Kasak --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8483407e..ffadca47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "A Rust implementation of Olm and Megolm" repository = "https://github.com/matrix-org/vodozemac" version = "0.6.0" edition = "2021" -keywords = ["matrix", "chat", "messaging", "olm"] +keywords = ["matrix", "chat", "messaging", "olm", "megolm", "double ratchet", "encryption", "E2EE", "cryptography"] license = "Apache-2.0" rust-version = "1.65"