From ba1ab0836ba9896a3ce1b9ae14c134c9467e78ca Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 10 Jun 2024 08:30:44 +0200 Subject: [PATCH] Description in cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4e8dc44..f3a13eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "SolutionTM" version = "0.1.0" edition = "2021" +description = "A simple demonstration of the Iced GUI library." license = "MIT" license-file = "LICENSE.txt"