From 8d15f0bca93d549c8a1a9cd0debaffbf3ee5139e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 28 Oct 2024 16:51:59 +0400 Subject: [PATCH] chore(ironrdp): use workspace README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- crates/ironrdp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ironrdp/Cargo.toml b/crates/ironrdp/Cargo.toml index dc7b1f1f..42904e25 100644 --- a/crates/ironrdp/Cargo.toml +++ b/crates/ironrdp/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ironrdp" version = "0.5.0" -readme = "README.md" description = "A Rust implementation of the Microsoft Remote Desktop Protocol (RDP)" +readme.workspace = true edition.workspace = true license.workspace = true homepage.workspace = true