From c7faf81eb123b1c45f4ab2e21899ef10bacabbc4 Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Mon, 4 Nov 2024 17:02:40 -0500 Subject: [PATCH] update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da75f04..d92f30b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "iced_webview" version = "0.0.5" edition = "2021" rust-version = "1.81.0" -description = "iced webview library" +description = "An easily embedded webview library for iced" authors = ["LegitCamper"] repository = "https://github.com/LegitCamper/iced_webview/" license = "Apache-2.0"