From 6784b42ab79372cdaf310332bc382d8de988b34c Mon Sep 17 00:00:00 2001 From: Sean Watters Date: Mon, 26 Feb 2024 12:45:24 -0800 Subject: [PATCH] updates cargo manifest description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91db644..bef3a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] authors = ["sean watters "] -description = "Enabling efficient E2EE for large-audience pub/sub." +description = "Enabling E2EE for a broad range of applications." categories = ["cryptography"] edition = "2021" homepage = "https://github.com/seanwatters/rgp"