From 9104060ee55761aae241134b105631b6cdb2f9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20R=C3=A5gstad?= Date: Fri, 26 Jul 2024 14:14:13 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee05537..5749e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "webx" version = "1.0.0" edition = "2021" -description = "A language and framework for building backends." +description = "A language and framework for building web application endpoints." authors = ["William RÃ¥gstad"] homepage = "https://webx.sh" documentation = "https://webx.sh/docs"