From 5c077f9e4743224d8f816be18e7ad88d8beb6f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 27 Nov 2024 23:16:22 +0400 Subject: [PATCH] chore(ainput): update description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- crates/ironrdp-ainput/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ironrdp-ainput/Cargo.toml b/crates/ironrdp-ainput/Cargo.toml index 8dfe3c5e..b02e6cdc 100644 --- a/crates/ironrdp-ainput/Cargo.toml +++ b/crates/ironrdp-ainput/Cargo.toml @@ -2,7 +2,7 @@ name = "ironrdp-ainput" version = "0.1.0" readme = "README.md" -description = "dynamic channel implementation" +description = "AInput dynamic channel implementation" edition.workspace = true license.workspace = true homepage.workspace = true