From c29c087276ec56ca28b4a88a4a3852b38aca69f1 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Tue, 29 Aug 2023 11:45:41 +0800 Subject: [PATCH] Update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e24320d2..260e8b676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Chrislearn Young "] edition = "2021" rust-version = "1.67" description = """ -Salvo is a powerful and simple Rust web server framework. +Salvo is a powerful web framework that can make your work easier. """ homepage = "https://salvo.rs" repository = "https://github.com/salvo-rs/salvo"