From 6fd72a04cd50cb5550afef4d14fdbfddaf380f2a Mon Sep 17 00:00:00 2001 From: yngrtc Date: Wed, 30 Aug 2023 19:20:04 -0700 Subject: [PATCH] update description --- rmls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmls/Cargo.toml b/rmls/Cargo.toml index 7aa5b30..8b581b9 100644 --- a/rmls/Cargo.toml +++ b/rmls/Cargo.toml @@ -3,7 +3,7 @@ name = "rmls" version = "0.0.2" edition = "2021" authors = ["Rusty Rain "] -description = "MLS in Rust" +description = "Messaging Layer Security in Rust" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/rmls" homepage = "https://rmls.io"