From b35d93ca1e6cc27f98ceca157682793754217862 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Sat, 24 Aug 2024 13:09:46 +0400 Subject: [PATCH] chore: less odious description --- elfo/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elfo/Cargo.toml b/elfo/Cargo.toml index 4e4bdcd6..5f8f00da 100644 --- a/elfo/Cargo.toml +++ b/elfo/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "elfo" version = "0.2.0-alpha.16" -description = "Your next actor system" -keywords = ["elfo", "actor", "distributed", "tokio"] +description = "An asynchronous distributed actor framework with robust observability" +keywords = ["elfo", "actor", "distributed", "tokio", "observability"] repository.workspace = true authors.workspace = true