From 9056e00bd41d69a947e82cfb16caaf5c7c8bea4e Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Wed, 29 Nov 2023 17:19:18 +0100 Subject: [PATCH] add description to rioterm --- frontends/cross-winit/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/cross-winit/Cargo.toml b/frontends/cross-winit/Cargo.toml index ce2a214c76..70d93c238f 100644 --- a/frontends/cross-winit/Cargo.toml +++ b/frontends/cross-winit/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rioterm" +description = "Rio terminal is a hardware-accelerated GPU terminal emulator, focusing to run in desktops and browsers." version.workspace = true authors.workspace = true edition.workspace = true